Package com.dropbox.core.v2.teamlog
Class ProtectInternalDomainsChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ProtectInternalDomainsChangedDetails
Modified Protect internal domains list.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionModified Protect internal domains list.ProtectInternalDomainsChangedDetails(List<String> domainsAdded, List<String> domainsRemoved) Modified Protect internal domains list. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDomains added to the internal domains list.Domains removed from the internal domains list.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
domainsAdded
-
domainsRemoved
-
-
Constructor Details
-
ProtectInternalDomainsChangedDetails
public ProtectInternalDomainsChangedDetails(@Nullable List<String> domainsAdded, @Nullable List<String> domainsRemoved) Modified Protect internal domains list.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
domainsAdded- Domains added to the internal domains list. Must not contain anullitem.domainsRemoved- Domains removed from the internal domains list. Must not contain anullitem.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
ProtectInternalDomainsChangedDetails
public ProtectInternalDomainsChangedDetails()Modified Protect internal domains list.The default values for unset fields will be used.
-
-
Method Details
-
getDomainsAdded
Domains added to the internal domains list.- Returns:
- value for this field, or
nullif not present.
-
getDomainsRemoved
Domains removed from the internal domains list.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-