All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
abstract void |
addIntent(String intent,
Authorizations authorizations) |
abstract void |
addTextIndexHints(String textIndexHints,
Authorizations authorizations) |
static Value |
convert(org.json.JSONArray values,
PropertyType propertyDataType,
int index) |
Object |
convert(Object value) |
Value |
convertString(String valueStr) |
boolean |
equals(Object obj) |
BcProperty |
geBcProperty() |
abstract boolean |
getAddable() |
abstract String |
getAggCalendarField() |
abstract String |
getAggInterval() |
abstract long |
getAggMinDocumentCount() |
abstract int |
getAggPrecision() |
abstract String |
getAggTimeZone() |
abstract String |
getAggType() |
abstract Double |
getBoost() |
abstract List<String> |
getConceptNames() |
abstract PropertyType |
getDataType() |
abstract boolean |
getDeleteable() |
abstract com.google.common.collect.ImmutableList<String> |
getDependentPropertyNames() |
abstract String |
getDisplayFormula() |
abstract String |
getDisplayName() |
abstract String |
getDisplayType() |
abstract String |
getId() |
abstract String[] |
getIntents() |
abstract Map<String,String> |
getMetadata() |
abstract String |
getName() |
abstract Map<String,String> |
getPossibleValues() |
abstract String |
getPropertyGroup() |
abstract List<String> |
getRelationshipNames() |
abstract SandboxStatus |
getSandboxStatus() |
abstract boolean |
getSearchable() |
abstract boolean |
getSearchFacet() |
abstract boolean |
getSortable() |
abstract Integer |
getSortPriority() |
abstract boolean |
getSystemProperty() |
abstract String[] |
getTextIndexHints() |
abstract boolean |
getUpdateable() |
abstract boolean |
getUserVisible() |
abstract String |
getValidationFormula() |
boolean |
hasDependentPropertyNames() |
int |
hashCode() |
protected static GeoPointValue |
parseGeoLocation(String valueStr) |
abstract void |
removeIntent(String intent,
Authorizations authorizations) |
abstract void |
setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
ClientApiSchema.Property |
toClientApi() |
static Collection<ClientApiSchema.Property> |
toClientApiProperties(Iterable<SchemaProperty> properties) |
String |
toString() |
void |
updateIntents(String[] newIntents,
Authorizations authorizations) |