public class SContactInfoUpdateBuilderImpl extends java.lang.Object implements SContactInfoUpdateBuilder
| Constructor and Description |
|---|
SContactInfoUpdateBuilderImpl(EntityUpdateDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityUpdateDescriptor |
done() |
SContactInfoUpdateBuilder |
updateAddress(java.lang.String address) |
SContactInfoUpdateBuilder |
updateBuilding(java.lang.String building) |
SContactInfoUpdateBuilder |
updateCity(java.lang.String city) |
SContactInfoUpdateBuilder |
updateCountry(java.lang.String country) |
SContactInfoUpdateBuilder |
updateEmail(java.lang.String email) |
SContactInfoUpdateBuilder |
updateFaxNumber(java.lang.String faxNumber) |
SContactInfoUpdateBuilder |
updateMobileNumber(java.lang.String mobileNumber) |
SContactInfoUpdateBuilder |
updatePhoneNumber(java.lang.String phoneNumber) |
SContactInfoUpdateBuilder |
updateRoom(java.lang.String room) |
SContactInfoUpdateBuilder |
updateState(java.lang.String state) |
SContactInfoUpdateBuilder |
updateWebsite(java.lang.String website) |
SContactInfoUpdateBuilder |
updateZipCode(java.lang.String zipCode) |
public SContactInfoUpdateBuilderImpl(EntityUpdateDescriptor descriptor)
public EntityUpdateDescriptor done()
done in interface SIdentityUpdateBuilderpublic SContactInfoUpdateBuilder updateEmail(java.lang.String email)
updateEmail in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updatePhoneNumber(java.lang.String phoneNumber)
updatePhoneNumber in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateMobileNumber(java.lang.String mobileNumber)
updateMobileNumber in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateFaxNumber(java.lang.String faxNumber)
updateFaxNumber in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateBuilding(java.lang.String building)
updateBuilding in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateRoom(java.lang.String room)
updateRoom in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateAddress(java.lang.String address)
updateAddress in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateZipCode(java.lang.String zipCode)
updateZipCode in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateCity(java.lang.String city)
updateCity in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateState(java.lang.String state)
updateState in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateCountry(java.lang.String country)
updateCountry in interface SContactInfoUpdateBuilderpublic SContactInfoUpdateBuilder updateWebsite(java.lang.String website)
updateWebsite in interface SContactInfoUpdateBuilder