Class MediaServiceCollection

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

public final class MediaServiceCollection extends Object
A collection of MediaService items.
  • Constructor Details

    • MediaServiceCollection

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

    • value

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

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

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