RoleManagementPolicyAssignmentListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.RoleManagementPolicyAssignmentListResult

Implements

public final class RoleManagementPolicyAssignmentListResult
implements JsonSerializable<RoleManagementPolicyAssignmentListResult>

Role management policy assignment list operation result.

Constructor Summary

Constructor Description
RoleManagementPolicyAssignmentListResult()

Creates an instance of RoleManagementPolicyAssignmentListResult class.

Method Summary

Modifier and Type Method and Description
static RoleManagementPolicyAssignmentListResult fromJson(JsonReader jsonReader)

Reads an instance of RoleManagementPolicyAssignmentListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RoleManagementPolicyAssignmentInner> value()

Get the value property: Role management policy assignment list.

RoleManagementPolicyAssignmentListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

RoleManagementPolicyAssignmentListResult withValue(List<RoleManagementPolicyAssignmentInner> value)

Set the value property: Role management policy assignment list.

Methods inherited from java.lang.Object

Constructor Details

RoleManagementPolicyAssignmentListResult

public RoleManagementPolicyAssignmentListResult()

Creates an instance of RoleManagementPolicyAssignmentListResult class.

Method Details

fromJson

public static RoleManagementPolicyAssignmentListResult fromJson(JsonReader jsonReader)

Reads an instance of RoleManagementPolicyAssignmentListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RoleManagementPolicyAssignmentListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RoleManagementPolicyAssignmentListResult.

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<RoleManagementPolicyAssignmentInner> value()

Get the value property: Role management policy assignment list.

Returns:

the value value.

withNextLink

public RoleManagementPolicyAssignmentListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the RoleManagementPolicyAssignmentListResult object itself.

withValue

public RoleManagementPolicyAssignmentListResult withValue(List<RoleManagementPolicyAssignmentInner> value)

Set the value property: Role management policy assignment list.

Parameters:

value - the value value to set.

Returns:

the RoleManagementPolicyAssignmentListResult object itself.

Applies to