public static class ListCounterexamplesOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
ListCounterexamplesOptions.Builder()
Instantiates a new builder.
|
ListCounterexamplesOptions.Builder(java.lang.String workspaceId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
ListCounterexamplesOptions |
build()
Builds a ListCounterexamplesOptions.
|
ListCounterexamplesOptions.Builder |
cursor(java.lang.String cursor)
Set the cursor.
|
ListCounterexamplesOptions.Builder |
includeAudit(java.lang.Boolean includeAudit)
Set the includeAudit.
|
ListCounterexamplesOptions.Builder |
includeCount(java.lang.Boolean includeCount)
Set the includeCount.
|
ListCounterexamplesOptions.Builder |
pageLimit(long pageLimit)
Set the pageLimit.
|
ListCounterexamplesOptions.Builder |
sort(java.lang.String sort)
Set the sort.
|
ListCounterexamplesOptions.Builder |
workspaceId(java.lang.String workspaceId)
Set the workspaceId.
|
public ListCounterexamplesOptions.Builder()
public ListCounterexamplesOptions.Builder(java.lang.String workspaceId)
workspaceId
- the workspaceIdpublic ListCounterexamplesOptions build()
public ListCounterexamplesOptions.Builder workspaceId(java.lang.String workspaceId)
workspaceId
- the workspaceIdpublic ListCounterexamplesOptions.Builder pageLimit(long pageLimit)
pageLimit
- the pageLimitpublic ListCounterexamplesOptions.Builder includeCount(java.lang.Boolean includeCount)
includeCount
- the includeCountpublic ListCounterexamplesOptions.Builder sort(java.lang.String sort)
sort
- the sortpublic ListCounterexamplesOptions.Builder cursor(java.lang.String cursor)
cursor
- the cursorpublic ListCounterexamplesOptions.Builder includeAudit(java.lang.Boolean includeAudit)
includeAudit
- the includeAudit