Class ContactInfoResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.ContactInfoResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class ContactInfoResponse extends AbstractGGResponseObject
Name, address, etc
-
-
Constructor Summary
Constructors Constructor Description ContactInfoResponse()
ContactInfoResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse name, StringResponse nameFirst, StringResponse nameLast, StringResponse state, IntResponse stateId, StringResponse zipcode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponse
getCity()
Participant City NameStringResponse
getCountry()
Participant Country NameIntResponse
getCountryId()
Participant Country (region) idIDResponse
getId()
StringResponse
getName()
StringResponse
getNameFirst()
First NameStringResponse
getNameLast()
Last NameStringResponse
getState()
Participant State NameIntResponse
getStateId()
Participant State (region) idStringResponse
getZipcode()
Zip or Postal Code-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
ContactInfoResponse
public ContactInfoResponse()
-
ContactInfoResponse
public ContactInfoResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse name, StringResponse nameFirst, StringResponse nameLast, StringResponse state, IntResponse stateId, StringResponse zipcode)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getCity
public StringResponse getCity()
Participant City Name
-
getCountry
public StringResponse getCountry()
Participant Country Name
-
getCountryId
public IntResponse getCountryId()
Participant Country (region) id
-
getName
public StringResponse getName()
-
getNameFirst
public StringResponse getNameFirst()
First Name
-
getNameLast
public StringResponse getNameLast()
Last Name
-
getState
public StringResponse getState()
Participant State Name
-
getStateId
public IntResponse getStateId()
Participant State (region) id
-
getZipcode
public StringResponse getZipcode()
Zip or Postal Code
-
-