次の方法で共有


ChatTranscriptsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.ChatTranscriptsListResult

Implements

public final class ChatTranscriptsListResult
implements JsonSerializable<ChatTranscriptsListResult>

Collection of Chat Transcripts resources.

Constructor Summary

Constructor Description
ChatTranscriptsListResult()

Creates an instance of ChatTranscriptsListResult class.

Method Summary

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

Reads an instance of ChatTranscriptsListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page of Chat Transcripts resources.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ChatTranscriptDetailsInner> value()

Get the value property: List of Chat Transcripts resources.

ChatTranscriptsListResult withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of Chat Transcripts resources.

ChatTranscriptsListResult withValue(List<ChatTranscriptDetailsInner> value)

Set the value property: List of Chat Transcripts resources.

Methods inherited from java.lang.Object

Constructor Details

ChatTranscriptsListResult

public ChatTranscriptsListResult()

Creates an instance of ChatTranscriptsListResult class.

Method Details

fromJson

public static ChatTranscriptsListResult fromJson(JsonReader jsonReader)

Reads an instance of ChatTranscriptsListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page of Chat Transcripts resources.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ChatTranscriptDetailsInner> value()

Get the value property: List of Chat Transcripts resources.

Returns:

the value value.

withNextLink

public ChatTranscriptsListResult withNextLink(String nextLink)

Set the nextLink property: The URI to fetch the next page of Chat Transcripts resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ChatTranscriptsListResult object itself.

withValue

public ChatTranscriptsListResult withValue(List<ChatTranscriptDetailsInner> value)

Set the value property: List of Chat Transcripts resources.

Parameters:

value - the value value to set.

Returns:

the ChatTranscriptsListResult object itself.

Applies to