Package com.dropbox.core.v2.teamlog
Class GovernancePolicyDeleteDetails
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.GovernancePolicyDeleteDetails
-
public class GovernancePolicyDeleteDetails extends java.lang.ObjectDeleted a policy.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringgovernancePolicyIdprotected java.lang.Stringnameprotected PolicyTypepolicyType
-
Constructor Summary
Constructors Constructor Description GovernancePolicyDeleteDetails(java.lang.String governancePolicyId, java.lang.String name)Deleted a policy.GovernancePolicyDeleteDetails(java.lang.String governancePolicyId, java.lang.String name, PolicyType policyType)Deleted a policy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetGovernancePolicyId()Policy ID.java.lang.StringgetName()Policy name.PolicyTypegetPolicyType()Policy type.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
-
-
-
Field Detail
-
governancePolicyId
protected final java.lang.String governancePolicyId
-
name
protected final java.lang.String name
-
policyType
protected final PolicyType policyType
-
-
Constructor Detail
-
GovernancePolicyDeleteDetails
public GovernancePolicyDeleteDetails(java.lang.String governancePolicyId, java.lang.String name, PolicyType policyType)Deleted a policy.- Parameters:
governancePolicyId- Policy ID. Must not benull.name- Policy name. Must not benull.policyType- Policy type.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
GovernancePolicyDeleteDetails
public GovernancePolicyDeleteDetails(java.lang.String governancePolicyId, java.lang.String name)Deleted a policy.The default values for unset fields will be used.
- Parameters:
governancePolicyId- Policy ID. Must not benull.name- Policy name. Must not benull.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Detail
-
getGovernancePolicyId
public java.lang.String getGovernancePolicyId()
Policy ID.- Returns:
- value for this field, never
null.
-
getName
public java.lang.String getName()
Policy name.- Returns:
- value for this field, never
null.
-
getPolicyType
public PolicyType getPolicyType()
Policy type.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toStringMultiline
public java.lang.String 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
-
-