Class GovernancePolicyEditDetailsDetails

java.lang.Object
com.dropbox.core.v2.teamlog.GovernancePolicyEditDetailsDetails

public class GovernancePolicyEditDetailsDetails extends Object
Edited policy.
  • Field Details

    • governancePolicyId

      @Nonnull protected final String governancePolicyId
    • name

      @Nonnull protected final String name
    • policyType

      @Nullable protected final PolicyType policyType
    • attribute

      @Nonnull protected final String attribute
    • previousValue

      @Nonnull protected final String previousValue
    • newValue

      @Nonnull protected final String newValue
  • Constructor Details

    • GovernancePolicyEditDetailsDetails

      public GovernancePolicyEditDetailsDetails(@Nonnull String governancePolicyId, @Nonnull String name, @Nonnull String attribute, @Nonnull String previousValue, @Nonnull String newValue, @Nullable PolicyType policyType)
      Edited policy.
      Parameters:
      governancePolicyId - Policy ID. Must not be null.
      name - Policy name. Must not be null.
      attribute - Attribute. Must not be null.
      previousValue - From. Must not be null.
      newValue - To. Must not be null.
      policyType - Policy type.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
    • GovernancePolicyEditDetailsDetails

      public GovernancePolicyEditDetailsDetails(@Nonnull String governancePolicyId, @Nonnull String name, @Nonnull String attribute, @Nonnull String previousValue, @Nonnull String newValue)
      Edited policy.

      The default values for unset fields will be used.

      Parameters:
      governancePolicyId - Policy ID. Must not be null.
      name - Policy name. Must not be null.
      attribute - Attribute. Must not be null.
      previousValue - From. Must not be null.
      newValue - To. Must not be null.
      Throws:
      IllegalArgumentException - If any argument does not meet its preconditions.
  • Method Details

    • getGovernancePolicyId

      @Nonnull public String getGovernancePolicyId()
      Policy ID.
      Returns:
      value for this field, never null.
    • getName

      @Nonnull public String getName()
      Policy name.
      Returns:
      value for this field, never null.
    • getAttribute

      @Nonnull public String getAttribute()
      Attribute.
      Returns:
      value for this field, never null.
    • getPreviousValue

      @Nonnull public String getPreviousValue()
      From.
      Returns:
      value for this field, never null.
    • getNewValue

      @Nonnull public String getNewValue()
      To.
      Returns:
      value for this field, never null.
    • getPolicyType

      @Nullable public PolicyType getPolicyType()
      Policy type.
      Returns:
      value for this field, or null if not present.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public 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