RecipientUserCollectionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.apimanagement.fluent.models.RecipientUserCollectionInner

public final class RecipientUserCollectionInner

Paged Recipient User list representation.

Constructor Summary

Constructor Description
RecipientUserCollectionInner()

Creates an instance of RecipientUserCollectionInner class.

Method Summary

Modifier and Type Method and Description
Long count()

Get the count property: Total record count number across all pages.

String nextLink()

Get the nextLink property: Next page link if any.

void validate()

Validates the instance.

List<RecipientUserContractInner> value()

Get the value property: Page values.

RecipientUserCollectionInner withCount(Long count)

Set the count property: Total record count number across all pages.

RecipientUserCollectionInner withNextLink(String nextLink)

Set the nextLink property: Next page link if any.

RecipientUserCollectionInner withValue(List<RecipientUserContractInner> value)

Set the value property: Page values.

Methods inherited from java.lang.Object

Constructor Details

RecipientUserCollectionInner

public RecipientUserCollectionInner()

Creates an instance of RecipientUserCollectionInner class.

Method Details

count

public Long count()

Get the count property: Total record count number across all pages.

Returns:

the count value.

nextLink

public String nextLink()

Get the nextLink property: Next page link if any.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Page values.

Returns:

the value value.

withCount

public RecipientUserCollectionInner withCount(Long count)

Set the count property: Total record count number across all pages.

Parameters:

count - the count value to set.

Returns:

the RecipientUserCollectionInner object itself.

withNextLink

public RecipientUserCollectionInner withNextLink(String nextLink)

Set the nextLink property: Next page link if any.

Parameters:

nextLink - the nextLink value to set.

Returns:

the RecipientUserCollectionInner object itself.

withValue

public RecipientUserCollectionInner withValue(List value)

Set the value property: Page values.

Parameters:

value - the value value to set.

Returns:

the RecipientUserCollectionInner object itself.

Applies to