Class CsmPublishingCredentialsPoliciesEntityProperties


  • public final class CsmPublishingCredentialsPoliciesEntityProperties
    extends Object
    CsmPublishingCredentialsPoliciesEntity resource specific properties.
    • Constructor Detail

      • CsmPublishingCredentialsPoliciesEntityProperties

        public CsmPublishingCredentialsPoliciesEntityProperties()
    • Method Detail

      • allow

        public boolean allow()
        Get the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
        Returns:
        the allow value.
      • withAllow

        public CsmPublishingCredentialsPoliciesEntityProperties withAllow​(boolean allow)
        Set the allow property: <code>true</code> to allow access to a publishing method; otherwise, <code>false</code>.
        Parameters:
        allow - the allow value to set.
        Returns:
        the CsmPublishingCredentialsPoliciesEntityProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.