CustomEntityStoreAssignmentsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.CustomEntityStoreAssignmentsListResult

public final class CustomEntityStoreAssignmentsListResult

A list of custom entity store assignments.

Constructor Summary

Constructor Description
CustomEntityStoreAssignmentsListResult()

Creates an instance of CustomEntityStoreAssignmentsListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The link used to get the next page of operations.

void validate()

Validates the instance.

List<CustomEntityStoreAssignmentInner> value()

Get the value property: Collection of custom entity store assignments.

CustomEntityStoreAssignmentsListResult withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of operations.

Methods inherited from java.lang.Object

Constructor Details

CustomEntityStoreAssignmentsListResult

public CustomEntityStoreAssignmentsListResult()

Creates an instance of CustomEntityStoreAssignmentsListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The link used to get the next page of operations.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Collection of custom entity store assignments.

Returns:

the value value.

withNextLink

public CustomEntityStoreAssignmentsListResult withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of operations.

Parameters:

nextLink - the nextLink value to set.

Returns:

the CustomEntityStoreAssignmentsListResult object itself.

Applies to