Class GovernancePolicyRemoveFoldersDetails


  • public class GovernancePolicyRemoveFoldersDetails
    extends java.lang.Object
    Removed folders from policy.
    • Field Detail

      • governancePolicyId

        protected final java.lang.String governancePolicyId
      • name

        protected final java.lang.String name
      • policyType

        protected final PolicyType policyType
      • folders

        protected final java.util.List<java.lang.String> folders
      • reason

        protected final java.lang.String reason
    • Constructor Detail

      • GovernancePolicyRemoveFoldersDetails

        public GovernancePolicyRemoveFoldersDetails​(java.lang.String governancePolicyId,
                                                    java.lang.String name,
                                                    PolicyType policyType,
                                                    java.util.List<java.lang.String> folders,
                                                    java.lang.String reason)
        Removed folders from policy.

        Use newBuilder(java.lang.String,java.lang.String) to create instances of this class without specifying values for all optional fields.

        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        policyType - Policy type.
        folders - Folders. Must not contain a null item.
        reason - Reason.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • GovernancePolicyRemoveFoldersDetails

        public GovernancePolicyRemoveFoldersDetails​(java.lang.String governancePolicyId,
                                                    java.lang.String name)
        Removed folders from 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.
        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 null if not present.
      • getFolders

        public java.util.List<java.lang.String> getFolders()
        Folders.
        Returns:
        value for this field, or null if not present.
      • getReason

        public java.lang.String getReason()
        Reason.
        Returns:
        value for this field, or null if not present.
      • newBuilder

        public static GovernancePolicyRemoveFoldersDetails.Builder newBuilder​(java.lang.String governancePolicyId,
                                                                              java.lang.String name)
        Returns a new builder for creating an instance of this class.
        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        Returns:
        builder for this class.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.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