Uses of Class
com.ibm.cloud.cloudant.v1.model.IndexDefinition
Packages that use IndexDefinition
-
Uses of IndexDefinition in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return IndexDefinitionModifier and TypeMethodDescriptionIndexDefinition.Builder.build()Builds a IndexDefinition.PostIndexOptions.def()Gets the def.IndexInformation.getDef()Gets the def.PostIndexOptions.index()Gets the index.Methods in com.ibm.cloud.cloudant.v1.model with parameters of type IndexDefinitionModifier and TypeMethodDescriptionPostIndexOptions.Builder.def(IndexDefinition def) Set the def.PostIndexOptions.Builder.index(IndexDefinition index) Set the index.Constructors in com.ibm.cloud.cloudant.v1.model with parameters of type IndexDefinitionModifierConstructorDescriptionBuilder(String db, IndexDefinition index) Instantiates a new builder with required properties.