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 SummaryConstructors 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 SummaryAll 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.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
ContactInfoResponsepublic ContactInfoResponse() 
 - 
ContactInfoResponsepublic ContactInfoResponse(IDResponse id, StringResponse city, StringResponse country, IntResponse countryId, StringResponse name, StringResponse nameFirst, StringResponse nameLast, StringResponse state, IntResponse stateId, StringResponse zipcode) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getCitypublic StringResponse getCity() Participant City Name
 - 
getCountrypublic StringResponse getCountry() Participant Country Name
 - 
getCountryIdpublic IntResponse getCountryId() Participant Country (region) id
 - 
getNamepublic StringResponse getName() 
 - 
getNameFirstpublic StringResponse getNameFirst() First Name
 - 
getNameLastpublic StringResponse getNameLast() Last Name
 - 
getStatepublic StringResponse getState() Participant State Name
 - 
getStateIdpublic IntResponse getStateId() Participant State (region) id
 - 
getZipcodepublic StringResponse getZipcode() Zip or Postal Code
 
- 
 
-