@ExperimentalApi public class Property extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<String,List<String>> |
SPLIT_STRING |
Constructor and Description |
---|
Property(List<String> keys,
List<String> objectReferences) |
Property(List<String> keys,
List<String> objectReferences,
IndexDocumentConfiguration.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAsPropertyString() |
List<String> |
getKeys() |
String |
getKeysAsString() |
List<String> |
getObjectReferences() |
String |
getObjectReferencesAsString() |
IndexDocumentConfiguration.Type |
getType() |
int |
hashCode() |
String |
toString() |
public Property(List<String> keys, List<String> objectReferences, IndexDocumentConfiguration.Type type)
public List<String> getObjectReferences()
public IndexDocumentConfiguration.Type getType()
public String getAsPropertyString()
public String getKeysAsString()
public String getObjectReferencesAsString()
Copyright © 2002-2022 Atlassian. All Rights Reserved.