Uses of Enum Class
org.apache.juneau.httppart.HttpPartCollectionFormat
Packages that use HttpPartCollectionFormat
Package
Description
REST Client API
REST Server Mock API
- 
Uses of HttpPartCollectionFormat in org.apache.juneau.httppartMethods in org.apache.juneau.httppart that return HttpPartCollectionFormatModifier and TypeMethodDescriptionstatic HttpPartCollectionFormatHttpPartCollectionFormat.fromString(String value) Create from lowercase string.HttpPartSchema.getCollectionFormat()Returns thecollectionFormat field of this schema.static HttpPartCollectionFormatReturns the enum constant of this class with the specified name.static HttpPartCollectionFormat[]HttpPartCollectionFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.httppart with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionHttpPartSchema.Builder.cf(HttpPartCollectionFormat value) HttpPartSchema.Builder.collectionFormat(HttpPartCollectionFormat value) collectionFormat field.
- 
Uses of HttpPartCollectionFormat in org.apache.juneau.oapiMethods in org.apache.juneau.oapi that return HttpPartCollectionFormatModifier and TypeMethodDescriptionprotected final HttpPartCollectionFormatOpenApiParser.getCollectionFormat()Returns the default collection format to use when not otherwise specified viaSchema.collectionFormat()protected final HttpPartCollectionFormatOpenApiSerializer.getCollectionFormat()Returns the default collection format to use when not otherwise specified viaSchema.collectionFormat()Methods in org.apache.juneau.oapi with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionOpenApiParser.Builder.collectionFormat(HttpPartCollectionFormat value) OpenApiCommon configuration property: Default collection format for HTTP parts.OpenApiSerializer.Builder.collectionFormat(HttpPartCollectionFormat value) OpenApiCommon configuration property: Default collection format for HTTP parts.
- 
Uses of HttpPartCollectionFormat in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionRestClient.Builder.oapiCollectionFormat(HttpPartCollectionFormat value) OpenApiCommon configuration property: Default collection format for HTTP parts.
- 
Uses of HttpPartCollectionFormat in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock with parameters of type HttpPartCollectionFormatModifier and TypeMethodDescriptionMockRestClient.Builder.oapiCollectionFormat(HttpPartCollectionFormat value)