Class ContentKeyPolicyCollection

java.lang.Object
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyCollection

public final class ContentKeyPolicyCollection extends Object
A collection of ContentKeyPolicy items.
  • Constructor Details

    • ContentKeyPolicyCollection

      public ContentKeyPolicyCollection()
      Creates an instance of ContentKeyPolicyCollection class.
  • Method Details

    • value

      public List<ContentKeyPolicyInner> value()
      Get the value property: A collection of ContentKeyPolicy items.
      Returns:
      the value value.
    • withValue

      Set the value property: A collection of ContentKeyPolicy items.
      Parameters:
      value - the value value to set.
      Returns:
      the ContentKeyPolicyCollection object itself.
    • odataNextLink

      public String odataNextLink()
      Get the odataNextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
      Returns:
      the odataNextLink value.
    • withOdataNextLink

      public ContentKeyPolicyCollection withOdataNextLink(String odataNextLink)
      Set the odataNextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).
      Parameters:
      odataNextLink - the odataNextLink value to set.
      Returns:
      the ContentKeyPolicyCollection object itself.
    • validate

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