com.linkedin.restli.restspec
Class AssocKeySchema.Fields

java.lang.Object
  extended by com.linkedin.data.schema.PathSpec
      extended by com.linkedin.restli.restspec.AssocKeySchema.Fields
Enclosing class:
AssocKeySchema

public static class AssocKeySchema.Fields
extends com.linkedin.data.schema.PathSpec


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
AssocKeySchema.Fields()
           
AssocKeySchema.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
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
 

Constructor Detail

AssocKeySchema.Fields

public AssocKeySchema.Fields(java.util.List<java.lang.String> path,
                             java.lang.String name)

AssocKeySchema.Fields

public AssocKeySchema.Fields()
Method Detail

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