| Package | Description |
|---|---|
| org.symphonyoss.s2.canon.runtime.http | |
| org.symphonyoss.s2.canon.runtime.http.client |
| Modifier and Type | Method and Description |
|---|---|
static ParameterLocation |
ParameterLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterLocation[] |
ParameterLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
RequestContext.getParameterAsByteString(String name,
ParameterLocation location,
boolean required) |
org.symphonyoss.s2.common.immutable.ImmutableByteArray |
RequestContext.getParameterAsImmutableByteArray(String name,
ParameterLocation location,
boolean required) |
Integer |
RequestContext.getParameterAsInteger(String name,
ParameterLocation location,
boolean required) |
Long |
RequestContext.getParameterAsLong(String name,
ParameterLocation location,
boolean required) |
String |
RequestContext.getParameterAsString(String name,
ParameterLocation location,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
ParameterLocation |
HttpParameter.getLocation() |
| Constructor and Description |
|---|
HttpParameter(String name,
ParameterLocation location,
boolean required) |
Copyright © 2018 Symphony Software Foundation. All rights reserved.