Package com.dropbox.core.v2.teamlog
Class DataPlacementRestrictionSatisfyPolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
Completed restrictions on data center locations where team data resides.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction placementRestriction) Completed restrictions on data center locations where team data resides. -
Method Summary
-
Field Details
-
placementRestriction
-
-
Constructor Details
-
DataPlacementRestrictionSatisfyPolicyDetails
public DataPlacementRestrictionSatisfyPolicyDetails(@Nonnull PlacementRestriction placementRestriction) Completed restrictions on data center locations where team data resides.- Parameters:
placementRestriction- Placement restriction. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPlacementRestriction
Placement restriction.- Returns:
- value for this field, never
null.
-
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
-