com.linkedin.restli.restspec
Class ActionSchema.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
ActionSchema.Fields()
           
ActionSchema.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 CustomAnnotationContentSchemaMap.Fields annotations()
          custom annotation data
 com.linkedin.data.schema.PathSpec doc()
          Documentation for this action
 com.linkedin.data.schema.PathSpec name()
          name of this action
 ParameterSchemaArray.Fields parameters()
          parameters for this action
 com.linkedin.data.schema.PathSpec returns()
          avro type of this action's return value
 com.linkedin.data.schema.PathSpec throws_()
          list of exception types thrown by this action
 
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

ActionSchema.Fields

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

ActionSchema.Fields

public ActionSchema.Fields()
Method Detail

annotations

public CustomAnnotationContentSchemaMap.Fields annotations()
custom annotation data


name

public com.linkedin.data.schema.PathSpec name()
name of this action


doc

public com.linkedin.data.schema.PathSpec doc()
Documentation for this action


parameters

public ParameterSchemaArray.Fields parameters()
parameters for this action


returns

public com.linkedin.data.schema.PathSpec returns()
avro type of this action's return value


throws_

public com.linkedin.data.schema.PathSpec throws_()
list of exception types thrown by this action