Uses of Class
com.oracle.bmc.util.internal.CollectionFormatType
-
Packages that use CollectionFormatType Package Description com.oracle.bmc.http.internal com.oracle.bmc.util.internal -
-
Uses of CollectionFormatType in com.oracle.bmc.http.internal
Methods in com.oracle.bmc.http.internal with parameters of type CollectionFormatType Modifier and Type Method 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 aCollectionFormatType
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)
-
Uses of CollectionFormatType in com.oracle.bmc.util.internal
Methods in com.oracle.bmc.util.internal that return CollectionFormatType Modifier and Type Method 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.
-