Class AssetFilterCollection

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

public final class AssetFilterCollection extends Object
A collection of AssetFilter items.
  • Constructor Details

    • AssetFilterCollection

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

    • value

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

      public AssetFilterCollection withValue(List<AssetFilterInner> value)
      Set the value property: A collection of AssetFilter items.
      Parameters:
      value - the value value to set.
      Returns:
      the AssetFilterCollection 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 AssetFilterCollection 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 AssetFilterCollection object itself.
    • validate

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