Documentation Part Location Type
enum DocumentationPartLocationType : Enum<DocumentationPartLocationType> , ConvertibleToJava<DocumentationPartLocationType>
The type of API entity to which the documentation content applies. Valid values are `API`
, `AUTHORIZER`
, `MODEL`
, `RESOURCE`
, `METHOD`
, `PATH_PARAMETER`
, `QUERY_PARAMETER`
, `REQUEST_HEADER`
, `REQUEST_BODY`
, `RESPONSE`
, `RESPONSE_HEADER`
, and `RESPONSE_BODY`
. Content inheritance does not apply to any entity of the `API`
, `AUTHORIZER`
, `METHOD`
, `MODEL`
, `REQUEST_BODY`
, or `RESOURCE`
type.
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.