Package org.killbill.billing.client
Class RequestOptions.RequestOptionsBuilder
- java.lang.Object
-
- org.killbill.billing.client.RequestOptions.RequestOptionsBuilder
-
- Enclosing class:
- RequestOptions
public static class RequestOptions.RequestOptionsBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestOptionsBuilder()
-
Method Summary
-
-
-
Method Detail
-
withRequestId
public RequestOptions.RequestOptionsBuilder withRequestId(String requestId)
-
withUser
public RequestOptions.RequestOptionsBuilder withUser(String user)
-
withPassword
public RequestOptions.RequestOptionsBuilder withPassword(String password)
-
withCreatedBy
public RequestOptions.RequestOptionsBuilder withCreatedBy(String createdBy)
-
withReason
public RequestOptions.RequestOptionsBuilder withReason(String reason)
-
withComment
public RequestOptions.RequestOptionsBuilder withComment(String comment)
-
withTenantApiKey
public RequestOptions.RequestOptionsBuilder withTenantApiKey(String tenantApiKey)
-
withTenantApiSecret
public RequestOptions.RequestOptionsBuilder withTenantApiSecret(String tenantApiSecret)
-
withHeader
public RequestOptions.RequestOptionsBuilder withHeader(String header, String value)
-
withQueryParams
public RequestOptions.RequestOptionsBuilder withQueryParams(Map<String,? extends Collection<String>> queryParams)
-
withFollowLocation
public RequestOptions.RequestOptionsBuilder withFollowLocation(Boolean followLocation)
-
withQueryParamsForFollow
public RequestOptions.RequestOptionsBuilder withQueryParamsForFollow(Map<String,? extends Collection<String>> queryParamsForFollow)
-
build
public RequestOptions build()
-
-