com.linkedin.restli.restspec
Class SimpleSchema.Fields
java.lang.Object
com.linkedin.data.schema.PathSpec
com.linkedin.restli.restspec.SimpleSchema.Fields
- Enclosing class:
- SimpleSchema
public static class SimpleSchema.Fields
- extends com.linkedin.data.schema.PathSpec
| Fields inherited from class com.linkedin.data.schema.PathSpec |
WILDCARD |
| 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 |
SimpleSchema.Fields
public SimpleSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
SimpleSchema.Fields
public SimpleSchema.Fields()
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