Class StreamingLocatorCollection

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

public final class StreamingLocatorCollection extends Object
A collection of StreamingLocator items.
  • Constructor Details

    • StreamingLocatorCollection

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

    • value

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

      Set the value property: A collection of StreamingLocator items.
      Parameters:
      value - the value value to set.
      Returns:
      the StreamingLocatorCollection 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 StreamingLocatorCollection 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 StreamingLocatorCollection object itself.
    • validate

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