|
|||||||||
| 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.ResourceSchema.Fields
public static class ResourceSchema.Fields
| Field Summary |
|---|
| Fields inherited from class com.linkedin.data.schema.PathSpec |
|---|
WILDCARD |
| Constructor Summary | |
|---|---|
ResourceSchema.Fields()
|
|
ResourceSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
ActionsSetSchema.Fields |
actionsSet()
details of action set, if this resource is an action set |
CustomAnnotationContentSchemaMap.Fields |
annotations()
custom annotation data |
AssociationSchema.Fields |
association()
details of association, if this resource is an association |
CollectionSchema.Fields |
collection()
details of collection, if this resource is a collection |
com.linkedin.data.schema.PathSpec |
doc()
Documentation for this resource |
com.linkedin.data.schema.PathSpec |
name()
name of the resource |
com.linkedin.data.schema.PathSpec |
namespace()
namespace of the resource |
com.linkedin.data.schema.PathSpec |
path()
URI template for accessing the resource |
com.linkedin.data.schema.PathSpec |
schema()
Java-style fully-qualified class name for entities of this resource |
SimpleSchema.Fields |
simple()
details of simple resource, if this resource is a simple resource |
| 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 ResourceSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
public ResourceSchema.Fields()
| Method Detail |
|---|
public CustomAnnotationContentSchemaMap.Fields annotations()
public com.linkedin.data.schema.PathSpec name()
public com.linkedin.data.schema.PathSpec namespace()
public com.linkedin.data.schema.PathSpec path()
public com.linkedin.data.schema.PathSpec schema()
public com.linkedin.data.schema.PathSpec doc()
public CollectionSchema.Fields collection()
public AssociationSchema.Fields association()
public ActionsSetSchema.Fields actionsSet()
public SimpleSchema.Fields simple()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||