public class ProfileUpdater extends MessagingProfileUpdater<Profile>
id, secondaryIdplivoClient| Constructor and Description |
|---|
ProfileUpdater(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
ProfileUpdater |
address(ProfileAddress address) |
ProfileUpdater |
authorizedContact(ProfileAuthorizedContact authorizedContact) |
ProfileUpdater |
companyName(java.lang.String companyName) |
ProfileUpdater |
entityType(java.lang.String entityType) |
ProfileAddress |
getAddress() |
ProfileAuthorizedContact |
getAuthorizedContact() |
java.lang.String |
getCompanyName() |
java.lang.String |
getEntityType() |
java.lang.String |
getVertical() |
java.lang.String |
getWebsite() |
protected retrofit2.Call<Profile> |
obtainCall() |
ProfileUpdater |
vertical(java.lang.String vertical) |
ProfileUpdater |
website(java.lang.String website) |
client, updateclient, handleResponse, validatepublic ProfileUpdater(java.lang.String id)
public java.lang.String getEntityType()
public java.lang.String getCompanyName()
public ProfileAddress getAddress()
public java.lang.String getWebsite()
public java.lang.String getVertical()
public ProfileAuthorizedContact getAuthorizedContact()
public ProfileUpdater entityType(java.lang.String entityType)
public ProfileUpdater companyName(java.lang.String companyName)
public ProfileUpdater address(ProfileAddress address)
public ProfileUpdater website(java.lang.String website)
public ProfileUpdater vertical(java.lang.String vertical)
public ProfileUpdater authorizedContact(ProfileAuthorizedContact authorizedContact)
protected retrofit2.Call<Profile> obtainCall()
obtainCall in class MessagingProfileUpdater<Profile>