|
|||||||||
| 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.AssociationSchema.Fields
public static class AssociationSchema.Fields
| Field Summary |
|---|
| Fields inherited from class com.linkedin.data.schema.PathSpec |
|---|
WILDCARD |
| Constructor Summary | |
|---|---|
AssociationSchema.Fields()
|
|
AssociationSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
ActionSchemaArray.Fields |
actions()
list of actions supported by this association |
AssocKeySchemaArray.Fields |
assocKeys()
list of association keys for this association |
EntitySchema.Fields |
entity()
details on the entities contained in this association |
FinderSchemaArray.Fields |
finders()
list of finders supported by this association |
RestMethodSchemaArray.Fields |
methods()
details on rest methods supported by this association |
com.linkedin.data.schema.PathSpec |
supports()
list of rest.li methods supported by this association, e.g., 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 AssociationSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
public AssociationSchema.Fields()
| Method Detail |
|---|
public AssocKeySchemaArray.Fields assocKeys()
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 | ||||||||