次の方法で共有


OperationsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.OperationsListResult

Implements

public final class OperationsListResult
implements JsonSerializable<OperationsListResult>

Result of the List Operations operation.

Constructor Summary

Constructor Description
OperationsListResult()

Creates an instance of OperationsListResult class.

Method Summary

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

Reads an instance of OperationsListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<OperationInner> value()

Get the value property: A collection of operations.

OperationsListResult withValue(List<OperationInner> value)

Set the value property: A collection of operations.

Methods inherited from java.lang.Object

Constructor Details

OperationsListResult

public OperationsListResult()

Creates an instance of OperationsListResult class.

Method Details

fromJson

public static OperationsListResult fromJson(JsonReader jsonReader)

Reads an instance of OperationsListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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: A collection of operations.

Returns:

the value value.

withValue

public OperationsListResult withValue(List<OperationInner> value)

Set the value property: A collection of operations.

Parameters:

value - the value value to set.

Returns:

the OperationsListResult object itself.

Applies to