public class ListFeedbackOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ListFeedbackOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
after()
Gets the after.
|
java.util.Date |
before()
Gets the before.
|
java.lang.String |
categoryAdded()
Gets the categoryAdded.
|
java.lang.String |
categoryNotChanged()
Gets the categoryNotChanged.
|
java.lang.String |
categoryRemoved()
Gets the categoryRemoved.
|
java.lang.String |
cursor()
Gets the cursor.
|
java.lang.String |
documentTitle()
Gets the documentTitle.
|
java.lang.String |
feedbackType()
Gets the feedbackType.
|
java.lang.Boolean |
includeTotal()
Gets the includeTotal.
|
java.lang.String |
modelId()
Gets the modelId.
|
java.lang.String |
modelVersion()
Gets the modelVersion.
|
ListFeedbackOptions.Builder |
newBuilder()
New builder.
|
java.lang.Long |
pageLimit()
Gets the pageLimit.
|
java.lang.String |
sort()
Gets the sort.
|
java.lang.String |
typeAdded()
Gets the typeAdded.
|
java.lang.String |
typeNotChanged()
Gets the typeNotChanged.
|
java.lang.String |
typeRemoved()
Gets the typeRemoved.
|
public ListFeedbackOptions.Builder newBuilder()
public java.lang.String feedbackType()
public java.util.Date before()
public java.util.Date after()
public java.lang.String documentTitle()
public java.lang.String modelId()
public java.lang.String modelVersion()
public java.lang.String categoryRemoved()
public java.lang.String categoryAdded()
public java.lang.String categoryNotChanged()
public java.lang.String typeRemoved()
public java.lang.String typeAdded()
public java.lang.String typeNotChanged()
public java.lang.Long pageLimit()
public java.lang.String cursor()
public java.lang.String sort()
public java.lang.Boolean includeTotal()