|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.linkedin.data.schema.PathSpec
com.linkedin.restli.restspec.CollectionSchema.Fields
public static class CollectionSchema.Fields
| Field Summary |
|---|
| Fields inherited from class com.linkedin.data.schema.PathSpec |
|---|
WILDCARD |
| Constructor Summary | |
|---|---|
CollectionSchema.Fields()
|
|
CollectionSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
ActionSchemaArray.Fields |
actions()
list of actions supported by this collection |
EntitySchema.Fields |
entity()
details of the entity provided by this collection |
FinderSchemaArray.Fields |
finders()
list of finders supported by this collection |
IdentifierSchema.Fields |
identifier()
details of the identifier (key) for this collection |
RestMethodSchemaArray.Fields |
methods()
details on rest methods supported by this collection |
com.linkedin.data.schema.PathSpec |
supports()
basic rest.li methods supported by this resource, e.g., create, get, update, delete, batch_get |
| 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 |
|---|
public CollectionSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
public CollectionSchema.Fields()
| Method Detail |
|---|
public IdentifierSchema.Fields identifier()
public com.linkedin.data.schema.PathSpec supports()
public RestMethodSchemaArray.Fields methods()
public FinderSchemaArray.Fields finders()
public ActionSchemaArray.Fields actions()
public EntitySchema.Fields entity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||