Class PolicyExemptionListResult


  • public final class PolicyExemptionListResult
    extends Object
    List of policy exemptions.
    • Constructor Detail

      • PolicyExemptionListResult

        public PolicyExemptionListResult()
    • Method Detail

      • value

        public List<PolicyExemptionInner> value()
        Get the value property: An array of policy exemptions.
        Returns:
        the value value.
      • withValue

        public PolicyExemptionListResult withValue​(List<PolicyExemptionInner> value)
        Set the value property: An array of policy exemptions.
        Parameters:
        value - the value value to set.
        Returns:
        the PolicyExemptionListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to use for getting the next set of results.
        Returns:
        the nextLink value.
      • validate

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