| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
Api.baseUriParameters()
Base uri parameters are named parameters which described template parameters in the base uri
|
List<Parameter> |
Api.uriParameters()
URI parameters can be further defined by using the uriParameters property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
BodyLike.formParameters()
Web forms REQUIRE special encoding and custom declaration.
|
List<Parameter> |
Response.headers()
An API's methods may support custom header values in responses.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
MethodBase.baseUriParameters()
A resource or a method can override a base URI template's values.
|
List<Parameter> |
MethodBase.headers()
Headers that allowed at this position
|
List<Parameter> |
MethodBase.queryParameters()
An APIs resources MAY be filtered (to return a subset of results) or altered (such as transforming a response body from JSON to XML format) by the use of query strings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanTypeDeclaration |
interface |
DateTypeDeclaration |
interface |
FileTypeDeclaration |
interface |
IntegerTypeDeclaration |
interface |
NumberTypeDeclaration |
interface |
StringTypeDeclaration |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
ResourceType.baseUriParameters()
A resource or a method can override a base URI template's values.
|
List<Parameter> |
Resource.baseUriParameters()
A resource or a method can override a base URI template's values.
|
List<Parameter> |
ResourceType.uriParameters()
Uri parameters of this resource
|
List<Parameter> |
Resource.uriParameters()
Uri parameters of this resource
|
Copyright © 2016. All rights reserved.