Uses of Class
com.ibm.cloud.cloudant.v1.model.GeoIndexDefinition
-
Packages that use GeoIndexDefinition Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of GeoIndexDefinition in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GeoIndexDefinition Modifier and Type Method Description GeoIndexDefinition
GeoIndexDefinition.Builder. build()
Builds a GeoIndexDefinition.Methods in com.ibm.cloud.cloudant.v1.model that return types with arguments of type GeoIndexDefinition Modifier and Type Method Description Map<String,GeoIndexDefinition>
DesignDocument. getStIndexes()
Gets the stIndexes.Method parameters in com.ibm.cloud.cloudant.v1.model with type arguments of type GeoIndexDefinition Modifier and Type Method Description void
DesignDocument. setStIndexes(Map<String,GeoIndexDefinition> stIndexes)
Sets the stIndexes.DesignDocument.Builder
DesignDocument.Builder. stIndexes(Map<String,GeoIndexDefinition> stIndexes)
Set the stIndexes.
-