Uses of Class
com.ibm.cloud.cloudant.v1.model.IndexField
-
Packages that use IndexField Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of IndexField in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return IndexField Modifier and Type Method Description IndexField
IndexField.Builder. build()
Builds a IndexField.Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type IndexField Modifier and Type Method Description List<IndexField>
IndexDefinition. fields()
Gets the fields.Methods in com.ibm.cloud.cloudant.v1.model with parameters of type IndexField Modifier and Type Method Description IndexDefinition.Builder
IndexDefinition.Builder. addFields(IndexField fields)
Adds an fields to fields.Method parameters in com.ibm.cloud.cloudant.v1.model with type arguments of type IndexField Modifier and Type Method Description IndexDefinition.Builder
IndexDefinition.Builder. fields(List<IndexField> fields)
Set the fields.
-