Class ListValuesOptions
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListValuesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListValuesOptions.BuilderBuilder.static interfaceListValuesOptions.SortThe attribute by which returned entity values will be sorted.
- 
Method SummaryModifier and Type Method Description Stringcursor()Gets the cursor.Stringentity()Gets the entity.Booleanexport()Gets the export.BooleanincludeAudit()Gets the includeAudit.BooleanincludeCount()Gets the includeCount.ListValuesOptions.BuildernewBuilder()New builder.LongpageLimit()Gets the pageLimit.Stringsort()Gets the sort.StringworkspaceId()Gets the workspaceId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a ListValuesOptions builder
 
- 
workspaceIdGets the workspaceId.Unique identifier of the workspace. - Returns:
- the workspaceId
 
- 
entityGets the entity.The name of the entity. - Returns:
- the entity
 
- 
exportGets the export.Whether to include all element content in the returned data. If **export**=`false`, the returned data includes only information about the element itself. If **export**=`true`, all content, including subelements, is included. - Returns:
- the export
 
- 
pageLimitGets the pageLimit.The number of records to return in each page of results. - Returns:
- the pageLimit
 
- 
includeCountGets the 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. - Returns:
- the includeCount
 
- 
sortGets the sort.The attribute by which returned entity values will be sorted. To reverse the sort order, prefix the value with a minus sign (`-`). - Returns:
- the sort
 
- 
cursorGets the cursor.A token identifying the page of results to retrieve. - Returns:
- the cursor
 
- 
includeAuditGets the includeAudit.Whether to include the audit properties (`created` and `updated` timestamps) in the response. - Returns:
- the includeAudit
 
 
-