PFApplicationRestHandlerPFApplicationType Properties |
The PFApplicationRestHandlerPFApplicationType generic type exposes the following members.
Name | Description | |
---|---|---|
Application |
Gets or sets the application.
| |
CustomHttpMethod |
Gets the HTTP method text. Only filled if the used Http method is not listed by the RestHttpMethod enum.
(Inherited from PFApplicationRestHandler.) | |
HttpMethod |
Gets the HTTP method.
(Inherited from PFApplicationRestHandler.) | |
Request |
Gets the request.
(Inherited from PFApplicationRestHandler.) | |
RequestExpectsCamelCaseJson |
Gets a (request parameter) value indicating if the returned JSON should follow camel case.
Default value: false.
Query string parameter name: "camelCase".
(Inherited from PFApplicationRestHandler.) | |
RequestExpectsIgnoredNullValues |
Gets a (request parameter) value indicating if the returned JSON should ignore null values.
Default value: true.
Query string parameter name: "ignoreNullValues".
(Inherited from PFApplicationRestHandler.) | |
RequestExpectsPrettyJson |
Gets a (request parameter) value indicating if the returned JSON should be indented.
Default value: false.
Query string parameter name: "pretty".
(Inherited from PFApplicationRestHandler.) | |
Response |
Gets the response.
(Inherited from PFApplicationRestHandler.) |