OperationEntityListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.botservice.models.OperationEntityListResult

Implements

public final class OperationEntityListResult
implements JsonSerializable<OperationEntityListResult>

The list of bot service operation response.

Constructor Summary

Constructor Description
OperationEntityListResult()

Creates an instance of OperationEntityListResult class.

Method Summary

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

Reads an instance of OperationEntityListResult from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<OperationEntityInner> value()

Get the value property: The list of operations.

OperationEntityListResult withNextLink(String nextLink)

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

OperationEntityListResult withValue(List<OperationEntityInner> value)

Set the value property: The list of operations.

Methods inherited from java.lang.Object

Constructor Details

OperationEntityListResult

public OperationEntityListResult()

Creates an instance of OperationEntityListResult class.

Method Details

fromJson

public static OperationEntityListResult fromJson(JsonReader jsonReader)

Reads an instance of OperationEntityListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The link used to get 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<OperationEntityInner> value()

Get the value property: The list of operations.

Returns:

the value value.

withNextLink

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

withValue

public OperationEntityListResult withValue(List<OperationEntityInner> value)

Set the value property: The list of operations.

Parameters:

value - the value value to set.

Returns:

the OperationEntityListResult object itself.

Applies to