ChatTranscriptsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. ChatTranscriptsListResult
- com.
Implements
public final class ChatTranscriptsListResult
implements JsonSerializable<ChatTranscriptsListResult>
Collection of Chat Transcripts resources.
Constructor Summary
| Constructor | Description |
|---|---|
| ChatTranscriptsListResult() |
Creates an instance of Chat |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Chat |
fromJson(JsonReader jsonReader)
Reads an instance of Chat |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Chat |
value()
Get the value property: List of Chat Transcripts resources. |
|
Chat |
withNextLink(String nextLink)
Set the next |
|
Chat |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page of Chat Transcripts resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ChatTranscriptDetailsInner> value()
Get the value property: List of Chat Transcripts resources.
Returns:
withNextLink
public ChatTranscriptsListResult withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of Chat Transcripts resources.
Parameters:
Returns:
withValue
public ChatTranscriptsListResult withValue(List<ChatTranscriptDetailsInner> value)
Set the value property: List of Chat Transcripts resources.
Parameters:
Returns: