public class SearchIndexOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SearchIndexOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
CompareRecordsRequestAttributes |
attributes()
Gets the attributes.
|
String |
crn()
Gets the crn.
|
String |
details()
Gets the details.
|
String |
entityType()
Gets the entityType.
|
String |
limit()
Gets the limit.
|
String |
maxScore()
Gets the maxScore.
|
String |
minScore()
Gets the minScore.
|
SearchIndexOptions.Builder |
newBuilder()
New builder.
|
String |
offset()
Gets the offset.
|
String |
recordType()
Gets the recordType.
|
public SearchIndexOptions.Builder newBuilder()
public String crn()
public String recordType()
public CompareRecordsRequestAttributes attributes()
public String details()
public String minScore()
public String maxScore()
public String offset()
public String entityType()
public String limit()
Copyright © 2021 IBM Cloud. All rights reserved.