Package com.dropbox.core.v2.teamlog
Class GovernancePolicyEditDetailsDetails
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.GovernancePolicyEditDetailsDetails
-
public class GovernancePolicyEditDetailsDetails extends java.lang.ObjectEdited policy.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringattributeprotected java.lang.StringgovernancePolicyIdprotected java.lang.Stringnameprotected java.lang.StringnewValueprotected PolicyTypepolicyTypeprotected java.lang.StringpreviousValue
-
Constructor Summary
Constructors Constructor Description GovernancePolicyEditDetailsDetails(java.lang.String governancePolicyId, java.lang.String name, java.lang.String attribute, java.lang.String previousValue, java.lang.String newValue)Edited policy.GovernancePolicyEditDetailsDetails(java.lang.String governancePolicyId, java.lang.String name, java.lang.String attribute, java.lang.String previousValue, java.lang.String newValue, PolicyType policyType)Edited policy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAttribute()Attribute.java.lang.StringgetGovernancePolicyId()Policy ID.java.lang.StringgetName()Policy name.java.lang.StringgetNewValue()To.PolicyTypegetPolicyType()Policy type.java.lang.StringgetPreviousValue()From.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
-
attribute
protected final java.lang.String attribute
-
previousValue
protected final java.lang.String previousValue
-
newValue
protected final java.lang.String newValue
-
-
Constructor Detail
-
GovernancePolicyEditDetailsDetails
public GovernancePolicyEditDetailsDetails(java.lang.String governancePolicyId, java.lang.String name, java.lang.String attribute, java.lang.String previousValue, java.lang.String newValue, PolicyType policyType)Edited policy.- Parameters:
governancePolicyId- Policy ID. Must not benull.name- Policy name. Must not benull.attribute- Attribute. Must not benull.previousValue- From. Must not benull.newValue- To. Must not benull.policyType- Policy type.- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
GovernancePolicyEditDetailsDetails
public GovernancePolicyEditDetailsDetails(java.lang.String governancePolicyId, java.lang.String name, java.lang.String attribute, java.lang.String previousValue, java.lang.String newValue)Edited policy.The default values for unset fields will be used.
- Parameters:
governancePolicyId- Policy ID. Must not benull.name- Policy name. Must not benull.attribute- Attribute. Must not benull.previousValue- From. Must not benull.newValue- To. 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.
-
getAttribute
public java.lang.String getAttribute()
Attribute.- Returns:
- value for this field, never
null.
-
getPreviousValue
public java.lang.String getPreviousValue()
From.- Returns:
- value for this field, never
null.
-
getNewValue
public java.lang.String getNewValue()
To.- 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
-
-