com.linkedin.restli.restspec
Class IdentifierSchema.Fields
java.lang.Object
com.linkedin.data.schema.PathSpec
com.linkedin.restli.restspec.IdentifierSchema.Fields
- Enclosing class:
- IdentifierSchema
public static class IdentifierSchema.Fields
- extends com.linkedin.data.schema.PathSpec
| Fields inherited from class com.linkedin.data.schema.PathSpec |
WILDCARD |
|
Method Summary |
com.linkedin.data.schema.PathSpec |
name()
name of the identifier |
com.linkedin.data.schema.PathSpec |
params()
avro type of the identifier parameters |
com.linkedin.data.schema.PathSpec |
type()
avro type of the identifier |
| Methods inherited from class com.linkedin.data.schema.PathSpec |
emptyPath, equals, getPathComponents, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IdentifierSchema.Fields
public IdentifierSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
IdentifierSchema.Fields
public IdentifierSchema.Fields()
name
public com.linkedin.data.schema.PathSpec name()
- name of the identifier
type
public com.linkedin.data.schema.PathSpec type()
- avro type of the identifier
params
public com.linkedin.data.schema.PathSpec params()
- avro type of the identifier parameters