Class ContactConfiguration
java.lang.Object
com.liferay.analytics.settings.rest.dto.v1_0.ContactConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]String[]String[]inthashCode()voidsetSyncAllAccounts(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> syncAllAccountsUnsafeSupplier) voidsetSyncAllAccounts(Boolean syncAllAccounts) voidsetSyncAllContacts(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> syncAllContactsUnsafeSupplier) voidsetSyncAllContacts(Boolean syncAllContacts) voidsetSyncedAccountGroupIds(com.liferay.petra.function.UnsafeSupplier<String[], Exception> syncedAccountGroupIdsUnsafeSupplier) voidsetSyncedAccountGroupIds(String[] syncedAccountGroupIds) voidsetSyncedOrganizationIds(com.liferay.petra.function.UnsafeSupplier<String[], Exception> syncedOrganizationIdsUnsafeSupplier) voidsetSyncedOrganizationIds(String[] syncedOrganizationIds) voidsetSyncedUserGroupIds(com.liferay.petra.function.UnsafeSupplier<String[], Exception> syncedUserGroupIdsUnsafeSupplier) voidsetSyncedUserGroupIds(String[] syncedUserGroupIds) static ContactConfigurationtoString()static ContactConfigurationunsafeToDTO(String json)
-
Field Details
-
syncAllAccounts
-
syncAllContacts
-
syncedAccountGroupIds
-
syncedOrganizationIds
-
syncedUserGroupIds
-
xClassName
-
-
Constructor Details
-
ContactConfiguration
public ContactConfiguration()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getSyncAllAccounts
-
setSyncAllAccounts
-
setSyncAllAccounts
-
getSyncAllContacts
-
setSyncAllContacts
-
setSyncAllContacts
-
getSyncedAccountGroupIds
-
setSyncedAccountGroupIds
-
setSyncedAccountGroupIds
-
getSyncedOrganizationIds
-
setSyncedOrganizationIds
-
setSyncedOrganizationIds
-
getSyncedUserGroupIds
-
setSyncedUserGroupIds
-
setSyncedUserGroupIds
-
equals
-
hashCode
public int hashCode() -
toString
-