次の方法で共有


OperationList Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.models.OperationList

Implements

public final class OperationList
implements JsonSerializable<OperationList>

List of Operations.

Constructor Summary

Constructor Description
OperationList()

Creates an instance of OperationList class.

Method Summary

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

Reads an instance of OperationList from the JsonReader.

String nextLink()

Get the nextLink property: URI to the next page of operations.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<OperationInner> value()

Get the value property: Array of operations.

OperationList withNextLink(String nextLink)

Set the nextLink property: URI to the next page of operations.

OperationList withValue(List<OperationInner> value)

Set the value property: Array of operations.

Methods inherited from java.lang.Object

Constructor Details

OperationList

public OperationList()

Creates an instance of OperationList class.

Method Details

fromJson

public static OperationList fromJson(JsonReader jsonReader)

Reads an instance of OperationList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: URI to the next page of operations.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<OperationInner> value()

Get the value property: Array of operations.

Returns:

the value value.

withNextLink

public OperationList withNextLink(String nextLink)

Set the nextLink property: URI to the next page of operations.

Parameters:

nextLink - the nextLink value to set.

Returns:

the OperationList object itself.

withValue

public OperationList withValue(List<OperationInner> value)

Set the value property: Array of operations.

Parameters:

value - the value value to set.

Returns:

the OperationList object itself.

Applies to