com.linkedin.restli.restspec
Class RestMethodSchema.Fields
java.lang.Object
com.linkedin.data.schema.PathSpec
com.linkedin.restli.restspec.RestMethodSchema.Fields
- Enclosing class:
- RestMethodSchema
public static class RestMethodSchema.Fields
- extends com.linkedin.data.schema.PathSpec
| Fields inherited from class com.linkedin.data.schema.PathSpec |
WILDCARD |
| 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 |
RestMethodSchema.Fields
public RestMethodSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
RestMethodSchema.Fields
public RestMethodSchema.Fields()
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