Package com.dropbox.core.v2.teamlog
Class GovernancePolicyContentDisposedDetails
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.GovernancePolicyContentDisposedDetails
-
public class GovernancePolicyContentDisposedDetails extends java.lang.Object
Content disposed.
-
-
Field Summary
Fields Modifier and Type Field Description protected DispositionActionType
dispositionType
protected java.lang.String
governancePolicyId
protected java.lang.String
name
protected PolicyType
policyType
-
Constructor Summary
Constructors Constructor Description GovernancePolicyContentDisposedDetails(java.lang.String governancePolicyId, java.lang.String name, DispositionActionType dispositionType)
Content disposed.GovernancePolicyContentDisposedDetails(java.lang.String governancePolicyId, java.lang.String name, DispositionActionType dispositionType, PolicyType policyType)
Content disposed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
DispositionActionType
getDispositionType()
Disposition type.java.lang.String
getGovernancePolicyId()
Policy ID.java.lang.String
getName()
Policy name.PolicyType
getPolicyType()
Policy type.int
hashCode()
java.lang.String
toString()
java.lang.String
toStringMultiline()
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
-
dispositionType
protected final DispositionActionType dispositionType
-
-
Constructor Detail
-
GovernancePolicyContentDisposedDetails
public GovernancePolicyContentDisposedDetails(java.lang.String governancePolicyId, java.lang.String name, DispositionActionType dispositionType, PolicyType policyType)
Content disposed.- Parameters:
governancePolicyId
- Policy ID. Must not benull
.name
- Policy name. Must not benull
.dispositionType
- Disposition type. Must not benull
.policyType
- Policy type.- Throws:
java.lang.IllegalArgumentException
- If any argument does not meet its preconditions.
-
GovernancePolicyContentDisposedDetails
public GovernancePolicyContentDisposedDetails(java.lang.String governancePolicyId, java.lang.String name, DispositionActionType dispositionType)
Content disposed.The default values for unset fields will be used.
- Parameters:
governancePolicyId
- Policy ID. Must not benull
.name
- Policy name. Must not benull
.dispositionType
- Disposition type. 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
.
-
getDispositionType
public DispositionActionType getDispositionType()
Disposition type.- Returns:
- value for this field, never
null
.
-
getPolicyType
public PolicyType getPolicyType()
Policy type.- Returns:
- value for this field, or
null
if not present.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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
-
-