public class DataSearchOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DataSearchOptions.Builder
Builder.
|
static interface |
DataSearchOptions.ReturnType
The type of results to return from the search.
|
Modifier and Type | Method and Description |
---|---|
String |
accept()
Gets the accept.
|
InputStream |
body()
Gets the body.
|
String |
contentType()
Gets the contentType.
|
List<String> |
exclude()
Gets the exclude.
|
List<String> |
include()
Gets the include.
|
CriteriaRequest |
incomingCriteria()
Gets the incomingCriteria.
|
Long |
limit()
Gets the limit.
|
DataSearchOptions.Builder |
newBuilder()
New builder.
|
Long |
offset()
Gets the offset.
|
String |
returnType()
Gets the returnType.
|
public DataSearchOptions.Builder newBuilder()
public String accept()
public CriteriaRequest incomingCriteria()
public InputStream body()
public String contentType()
public String returnType()
public Long limit()
public Long offset()
public List<String> include()
Copyright © 2021 IBM Cloud. All rights reserved.