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 TypeMethodDescriptionboolean
String[]
String[]
String[]
int
hashCode()
void
setSyncAllAccounts
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> syncAllAccountsUnsafeSupplier) void
setSyncAllAccounts
(Boolean syncAllAccounts) void
setSyncAllContacts
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> syncAllContactsUnsafeSupplier) void
setSyncAllContacts
(Boolean syncAllContacts) void
setSyncedAccountGroupIds
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> syncedAccountGroupIdsUnsafeSupplier) void
setSyncedAccountGroupIds
(String[] syncedAccountGroupIds) void
setSyncedOrganizationIds
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> syncedOrganizationIdsUnsafeSupplier) void
setSyncedOrganizationIds
(String[] syncedOrganizationIds) void
setSyncedUserGroupIds
(com.liferay.petra.function.UnsafeSupplier<String[], Exception> syncedUserGroupIdsUnsafeSupplier) void
setSyncedUserGroupIds
(String[] syncedUserGroupIds) static ContactConfiguration
toString()
static ContactConfiguration
unsafeToDTO
(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
-