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 StringResponsegetCity()Participant City NameStringResponsegetCountry()Participant Country NameIntResponsegetCountryId()Participant Country (region) idIDResponsegetId()StringResponsegetName()StringResponsegetNameFirst()First NameStringResponsegetNameLast()Last NameStringResponsegetState()Participant State NameIntResponsegetStateId()Participant State (region) idStringResponsegetZipcode()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
-
-