|
|||||||||
| 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.ParameterSchema.Fields
public static class ParameterSchema.Fields
| Field Summary |
|---|
| Fields inherited from class com.linkedin.data.schema.PathSpec |
|---|
WILDCARD |
| Constructor Summary | |
|---|---|
ParameterSchema.Fields()
|
|
ParameterSchema.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 |
default_()
indicates the default value for this parameter |
com.linkedin.data.schema.PathSpec |
doc()
Documentation for this parameter |
com.linkedin.data.schema.PathSpec |
items()
type of individual items, if this is an array parameter (used for finder parameters) |
com.linkedin.data.schema.PathSpec |
name()
name of this parameter |
com.linkedin.data.schema.PathSpec |
optional()
indicates whether this parameter is optional. |
com.linkedin.data.schema.PathSpec |
type()
avro type of this parameter |
| 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 ParameterSchema.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
public ParameterSchema.Fields()
| Method Detail |
|---|
public CustomAnnotationContentSchemaMap.Fields annotations()
public com.linkedin.data.schema.PathSpec name()
public com.linkedin.data.schema.PathSpec type()
public com.linkedin.data.schema.PathSpec items()
public com.linkedin.data.schema.PathSpec optional()
public com.linkedin.data.schema.PathSpec default_()
public com.linkedin.data.schema.PathSpec doc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||