Package | Description |
---|---|
com.oracle.bmc.http.internal | |
com.oracle.bmc.util.internal |
Modifier and Type | Method and Description |
---|---|
<T> ClientCall<REQ,RESP,RESP_BUILDER> |
ClientCall.appendListHeader(String headerParamName,
List<T> values,
CollectionFormatType collectionFormatType)
Attempts to encode a header parameter which is described by a list of values for that
parameter and a
CollectionFormatType which describes how
the values should appear in the headers (e.g. |
ClientCall<REQ,RESP,RESP_BUILDER> |
ClientCall.appendListQueryParam(String name,
List<?> values,
CollectionFormatType collectionFormatType) |
Modifier and Type | Method and Description |
---|---|
static CollectionFormatType |
CollectionFormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionFormatType[] |
CollectionFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2023. All rights reserved.