public class ListReleasesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ListReleasesOptions.Builder
Builder.
|
static interface |
ListReleasesOptions.Sort
The attribute by which returned workspaces will be sorted.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
String |
cursor()
Gets the cursor.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
Boolean |
includeCount()
Gets the includeCount.
|
ListReleasesOptions.Builder |
newBuilder()
New builder.
|
Long |
pageLimit()
Gets the pageLimit.
|
String |
sort()
Gets the sort.
|
public ListReleasesOptions.Builder newBuilder()
public String assistantId()
Unique identifier of the assistant. To find the assistant ID in the Watson Assistant user interface, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-add#assistant-add-task).
**Note:** Currently, the v2 API does not support creating assistants.
public Long pageLimit()
The number of records to return in each page of results.
public Boolean includeCount()
Whether to include information about the number of records that satisfy the request, regardless of the page limit. If this parameter is `true`, the `pagination` object in the response includes the `total` property.
public String sort()
The attribute by which returned workspaces will be sorted. To reverse the sort order, prefix the value with a minus sign (`-`).
public String cursor()
A token identifying the page of results to retrieve.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2022 IBM Cloud. All rights reserved.