Package com.dropbox.core.v2.teamlog
Class GovernancePolicyExportRemovedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GovernancePolicyExportRemovedDetails
Removed a policy download.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final Stringprotected final PolicyType -
Constructor Summary
ConstructorsConstructorDescriptionGovernancePolicyExportRemovedDetails(String governancePolicyId, String name, String exportName) Removed a policy download.GovernancePolicyExportRemovedDetails(String governancePolicyId, String name, String exportName, PolicyType policyType) Removed a policy download. -
Method Summary
-
Field Details
-
governancePolicyId
-
name
-
policyType
-
exportName
-
-
Constructor Details
-
GovernancePolicyExportRemovedDetails
public GovernancePolicyExportRemovedDetails(@Nonnull String governancePolicyId, @Nonnull String name, @Nonnull String exportName, @Nullable PolicyType policyType) Removed a policy download.- Parameters:
governancePolicyId- Policy ID. Must not benull.name- Policy name. Must not benull.exportName- Export name. Must not benull.policyType- Policy type.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
GovernancePolicyExportRemovedDetails
public GovernancePolicyExportRemovedDetails(@Nonnull String governancePolicyId, @Nonnull String name, @Nonnull String exportName) Removed a policy download.The default values for unset fields will be used.
- Parameters:
governancePolicyId- Policy ID. Must not benull.name- Policy name. Must not benull.exportName- Export name. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getGovernancePolicyId
Policy ID.- Returns:
- value for this field, never
null.
-
getName
Policy name.- Returns:
- value for this field, never
null.
-
getExportName
Export name.- Returns:
- value for this field, never
null.
-
getPolicyType
Policy type.- Returns:
- value for this field, or
nullif not present.
-
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
-