ContentKeyPolicyCollection Class

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

public final class ContentKeyPolicyCollection

A collection of ContentKeyPolicy items.

Constructor Summary

Constructor Description
ContentKeyPolicyCollection()

Creates an instance of ContentKeyPolicyCollection 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<ContentKeyPolicyInner> value()

Get the value property: A collection of ContentKeyPolicy items.

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

ContentKeyPolicyCollection withValue(List<ContentKeyPolicyInner> value)

Set the value property: A collection of ContentKeyPolicy items.

Methods inherited from java.lang.Object

Constructor Details

ContentKeyPolicyCollection

public ContentKeyPolicyCollection()

Creates an instance of ContentKeyPolicyCollection 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 ContentKeyPolicy items.

Returns:

the value value.

withOdataNextLink

public ContentKeyPolicyCollection 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 ContentKeyPolicyCollection object itself.

withValue

public ContentKeyPolicyCollection withValue(List value)

Set the value property: A collection of ContentKeyPolicy items.

Parameters:

value - the value value to set.

Returns:

the ContentKeyPolicyCollection object itself.

Applies to