com.linkedin.restli.restspec
Class AssocKeySchema.Fields
java.lang.Object
com.linkedin.data.schema.PathSpec
com.linkedin.restli.restspec.AssocKeySchema.Fields
- Enclosing class:
- AssocKeySchema
public static class AssocKeySchema.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 association key |
com.linkedin.data.schema.PathSpec |
type()
avro type of association key |
| 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 |
AssocKeySchema.Fields
public AssocKeySchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
AssocKeySchema.Fields
public AssocKeySchema.Fields()
name
public com.linkedin.data.schema.PathSpec name()
- name of association key
type
public com.linkedin.data.schema.PathSpec type()
- avro type of association key