Class SContactInfoUpdateBuilderImpl
java.lang.Object
org.bonitasoft.engine.identity.model.builder.impl.SContactInfoUpdateBuilderImpl
- All Implemented Interfaces:
SContactInfoUpdateBuilder,SIdentityUpdateBuilder
- Author:
- Emmanuel Duchastenier, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondone()updateAddress(String address) updateBuilding(String building) updateCity(String city) updateCountry(String country) updateEmail(String email) updateFaxNumber(String faxNumber) updateMobileNumber(String mobileNumber) updatePhoneNumber(String phoneNumber) updateRoom(String room) updateState(String state) updateWebsite(String website) updateZipCode(String zipCode)
-
Constructor Details
-
SContactInfoUpdateBuilderImpl
-
-
Method Details
-
done
- Specified by:
donein interfaceSIdentityUpdateBuilder
-
updateEmail
- Specified by:
updateEmailin interfaceSContactInfoUpdateBuilder
-
updatePhoneNumber
- Specified by:
updatePhoneNumberin interfaceSContactInfoUpdateBuilder
-
updateMobileNumber
- Specified by:
updateMobileNumberin interfaceSContactInfoUpdateBuilder
-
updateFaxNumber
- Specified by:
updateFaxNumberin interfaceSContactInfoUpdateBuilder
-
updateBuilding
- Specified by:
updateBuildingin interfaceSContactInfoUpdateBuilder
-
updateRoom
- Specified by:
updateRoomin interfaceSContactInfoUpdateBuilder
-
updateAddress
- Specified by:
updateAddressin interfaceSContactInfoUpdateBuilder
-
updateZipCode
- Specified by:
updateZipCodein interfaceSContactInfoUpdateBuilder
-
updateCity
- Specified by:
updateCityin interfaceSContactInfoUpdateBuilder
-
updateState
- Specified by:
updateStatein interfaceSContactInfoUpdateBuilder
-
updateCountry
- Specified by:
updateCountryin interfaceSContactInfoUpdateBuilder
-
updateWebsite
- Specified by:
updateWebsitein interfaceSContactInfoUpdateBuilder
-