DenyAssignmentListResult Class

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

Implements

public final class DenyAssignmentListResult
implements JsonSerializable<DenyAssignmentListResult>

Deny assignment list operation result.

Constructor Summary

Constructor Description
DenyAssignmentListResult()

Creates an instance of DenyAssignmentListResult class.

Method Summary

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

Reads an instance of DenyAssignmentListResult 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<DenyAssignmentInner> value()

Get the value property: Deny assignment list.

DenyAssignmentListResult withNextLink(String nextLink)

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

DenyAssignmentListResult withValue(List<DenyAssignmentInner> value)

Set the value property: Deny assignment list.

Methods inherited from java.lang.Object

Constructor Details

DenyAssignmentListResult

public DenyAssignmentListResult()

Creates an instance of DenyAssignmentListResult class.

Method Details

fromJson

public static DenyAssignmentListResult fromJson(JsonReader jsonReader)

Reads an instance of DenyAssignmentListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DenyAssignmentListResult 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 DenyAssignmentListResult.

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<DenyAssignmentInner> value()

Get the value property: Deny assignment list.

Returns:

the value value.

withNextLink

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

withValue

public DenyAssignmentListResult withValue(List<DenyAssignmentInner> value)

Set the value property: Deny assignment list.

Parameters:

value - the value value to set.

Returns:

the DenyAssignmentListResult object itself.

Applies to