MediaServiceCollection Class

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

public final class MediaServiceCollection

A collection of MediaService items.

Constructor Summary

Constructor Description
MediaServiceCollection()

Creates an instance of MediaServiceCollection class.

Method Summary

Modifier and Type Method and Description
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).

void validate()

Validates the instance.

List<MediaServiceInner> value()

Get the value property: A collection of MediaService items.

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).

MediaServiceCollection withValue(List<MediaServiceInner> value)

Set the value property: A collection of MediaService items.

Methods inherited from java.lang.Object

Constructor Details

MediaServiceCollection

public MediaServiceCollection()

Creates an instance of MediaServiceCollection class.

Method Details

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.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A collection of MediaService items.

Returns:

the value 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.

withValue

public MediaServiceCollection withValue(List value)

Set the value property: A collection of MediaService items.

Parameters:

value - the value value to set.

Returns:

the MediaServiceCollection object itself.

Applies to