com.linkedin.restli.restspec
Class EntitySchema.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
EntitySchema.Fields()
           
EntitySchema.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 ActionSchemaArray.Fields actions()
          list of actions supported by this entity
 com.linkedin.data.schema.PathSpec path()
          URI template for accessing this entity
 ResourceSchemaArray.Fields subresources()
          list of subresources accessible via this entity
 
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

EntitySchema.Fields

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

EntitySchema.Fields

public EntitySchema.Fields()
Method Detail

path

public com.linkedin.data.schema.PathSpec path()
URI template for accessing this entity


actions

public ActionSchemaArray.Fields actions()
list of actions supported by this entity


subresources

public ResourceSchemaArray.Fields subresources()
list of subresources accessible via this entity