com.linkedin.restli.restspec
Class AssociationSchema.Fields

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

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


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

AssociationSchema.Fields

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

AssociationSchema.Fields

public AssociationSchema.Fields()
Method Detail

assocKeys

public AssocKeySchemaArray.Fields assocKeys()
list of association keys for this association


supports

public com.linkedin.data.schema.PathSpec supports()
list of rest.li methods supported by this association, e.g., get, update, delete, batch_get


methods

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


finders

public FinderSchemaArray.Fields finders()
list of finders supported by this association


actions

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


entity

public EntitySchema.Fields entity()
details on the entities contained in this association