com.linkedin.restli.restspec
Class IdentifierSchema.Fields

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

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


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

Constructor Detail

IdentifierSchema.Fields

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

IdentifierSchema.Fields

public IdentifierSchema.Fields()
Method Detail

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