com.linkedin.restli.restspec
Class SimpleSchema.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
SimpleSchema.Fields()
           
SimpleSchema.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 ActionSchemaArray.Fields actions()
          list of actions supported by this simple resource
 EntitySchema.Fields entity()
          details of the entity provided by this simple resource
 RestMethodSchemaArray.Fields methods()
          details on rest methods supported by this simple resource
 com.linkedin.data.schema.PathSpec supports()
          basic rest.li methods supported by this resource, e.g.
 
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

SimpleSchema.Fields

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

SimpleSchema.Fields

public SimpleSchema.Fields()
Method Detail

supports

public com.linkedin.data.schema.PathSpec supports()
basic rest.li methods supported by this resource, e.g. get, update, delete


methods

public RestMethodSchemaArray.Fields methods()
details on rest methods supported by this simple resource


actions

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


entity

public EntitySchema.Fields entity()
details of the entity provided by this simple resource