Class ListFeedbackOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListFeedbackOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
categoryAdded()
Gets the categoryAdded.String
categoryNotChanged()
Gets the categoryNotChanged.String
categoryRemoved()
Gets the categoryRemoved.String
cursor()
Gets the cursor.String
documentTitle()
Gets the documentTitle.String
feedbackType()
Gets the feedbackType.Boolean
includeTotal()
Gets the includeTotal.String
modelId()
Gets the modelId.String
modelVersion()
Gets the modelVersion.ListFeedbackOptions.Builder
newBuilder()
New builder.Long
pageLimit()
Gets the pageLimit.String
sort()
Gets the sort.String
typeAdded()
Gets the typeAdded.String
typeNotChanged()
Gets the typeNotChanged.String
typeRemoved()
Gets the typeRemoved.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ListFeedbackOptions builder
-
feedbackType
Gets the feedbackType.An optional string that filters the output to include only feedback with the specified feedback type. The only permitted value is `element_classification`.
- Returns:
- the feedbackType
-
documentTitle
Gets the documentTitle.An optional string that filters the output to include only feedback from the document with the specified `document_title`.
- Returns:
- the documentTitle
-
modelId
Gets the modelId.An optional string that filters the output to include only feedback with the specified `model_id`. The only permitted value is `contracts`.
- Returns:
- the modelId
-
modelVersion
Gets the modelVersion.An optional string that filters the output to include only feedback with the specified `model_version`.
- Returns:
- the modelVersion
-
categoryRemoved
Gets the categoryRemoved.An optional string in the form of a comma-separated list of categories. If it is specified, the service filters the output to include only feedback that has at least one category from the list removed.
- Returns:
- the categoryRemoved
-
categoryAdded
Gets the categoryAdded.An optional string in the form of a comma-separated list of categories. If this is specified, the service filters the output to include only feedback that has at least one category from the list added.
- Returns:
- the categoryAdded
-
categoryNotChanged
Gets the categoryNotChanged.An optional string in the form of a comma-separated list of categories. If this is specified, the service filters the output to include only feedback that has at least one category from the list unchanged.
- Returns:
- the categoryNotChanged
-
typeRemoved
Gets the typeRemoved.An optional string of comma-separated `nature`:`party` pairs. If this is specified, the service filters the output to include only feedback that has at least one `nature`:`party` pair from the list removed.
- Returns:
- the typeRemoved
-
typeAdded
Gets the typeAdded.An optional string of comma-separated `nature`:`party` pairs. If this is specified, the service filters the output to include only feedback that has at least one `nature`:`party` pair from the list removed.
- Returns:
- the typeAdded
-
typeNotChanged
Gets the typeNotChanged.An optional string of comma-separated `nature`:`party` pairs. If this is specified, the service filters the output to include only feedback that has at least one `nature`:`party` pair from the list unchanged.
- Returns:
- the typeNotChanged
-
pageLimit
Gets the pageLimit.An optional integer specifying the number of documents that you want the service to return.
- Returns:
- the pageLimit
-
cursor
Gets the cursor.An optional string that returns the set of documents after the previous set. Use this parameter with the `page_limit` parameter.
- Returns:
- the cursor
-
sort
Gets the sort.An optional comma-separated list of fields in the document to sort on. You can optionally specify the sort direction by prefixing the value of the field with `-` for descending order or `+` for ascending order (the default). Currently permitted sorting fields are `created`, `user_id`, and `document_title`.
- Returns:
- the sort
-
includeTotal
Gets the includeTotal.An optional boolean value. If specified as `true`, the `pagination` object in the output includes a value called `total` that gives the total count of feedback created.
- Returns:
- the includeTotal
-