Class AssetCollection
java.lang.Object
com.azure.resourcemanager.mediaservices.models.AssetCollection
A collection of Asset items.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the odataNextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response).void
validate()
Validates the instance.value()
Get the value property: A collection of Asset items.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).withValue
(List<AssetInner> value) Set the value property: A collection of Asset items.
-
Constructor Details
-
AssetCollection
public AssetCollection()Creates an instance of AssetCollection class.
-
-
Method Details
-
value
Get the value property: A collection of Asset items.- Returns:
- the value value.
-
withValue
Set the value property: A collection of Asset items.- Parameters:
value
- the value value to set.- Returns:
- the AssetCollection object itself.
-
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
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 AssetCollection object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-