com.linkedin.restli.restspec
Class RestMethodSchema.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
RestMethodSchema.Fields()
           
RestMethodSchema.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 finder
 com.linkedin.data.schema.PathSpec method()
          method type for this rest method
 ParameterSchemaArray.Fields parameters()
          list of query parameters for this method
 
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

RestMethodSchema.Fields

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

RestMethodSchema.Fields

public RestMethodSchema.Fields()
Method Detail

annotations

public CustomAnnotationContentSchemaMap.Fields annotations()
custom annotation data


method

public com.linkedin.data.schema.PathSpec method()
method type for this rest method


doc

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


parameters

public ParameterSchemaArray.Fields parameters()
list of query parameters for this method