Class ApiRootBuilder
java.lang.Object
com.commercetools.api.defaultconfig.ApiRootBuilder
Builder to create a
ApiRoot
or a project scoped ProjectApiRoot
-
Method Summary
Modifier and TypeMethodDescriptionaddConcurrentModificationMiddleware
(int maxRetries) addConcurrentModificationMiddleware
(int maxRetries, long delay, long maxDelay) addCorrelationIdProvider
(CorrelationIdProvider correlationIdProvider) addMiddleware
(Middleware middleware, Middleware... middlewares) addMiddlewares
(List<Middleware> middlewares) addNotFoundExceptionMiddleware
(NotFoundExceptionMiddleware notFoundExceptionMiddleware) addNotFoundExceptionMiddleware
(Predicate<ApiHttpRequest> requestPredicate) build()
buildForProject
(String projectKey) Deprecated.buildProjectRoot
(String projectKey) Deprecated.usebuild(String)
insteadstatic ByProjectKeyRequestBuilder
createForProject
(String projectKey, ApiHttpClient clientSupplier) defaultClient
(ClientCredentials credentials) defaultClient
(ClientCredentials credentials, ServiceRegionConfig serviceRegion) defaultClient
(ClientCredentials credentials, String tokenEndpoint, String apiEndpoint) defaultClient
(String apiEndpoint) defaultClient
(String apiEndpoint, ClientCredentials credentials, String tokenEndpoint) defaultClient
(URI apiEndpoint) static ApiRootBuilder
of()
static ApiRootBuilder
of
(ApiHttpClient httpClient) static ApiRootBuilder
of
(HandlerStack stack) static ApiRootBuilder
of
(VrapHttpClient httpClient) static ApiRootBuilder
of
(ExecutorService httpClientExecutorService) static ApiRootBuilder
static ApiRootBuilder
ofEnvironmentVariables
(String prefix) static ApiRootBuilder
ofProperties
(Properties properties) static ApiRootBuilder
ofProperties
(Properties properties, String prefix) with
(UnaryOperator<ClientBuilder> builderUnaryOperator) withAnonymousRefreshFlow
(ClientCredentials credentials, ServiceRegion serviceRegion, TokenStorage storage) withAnonymousRefreshFlow
(ClientCredentials credentials, ServiceRegion serviceRegion, String projectKey, TokenStorage storage) withAnonymousRefreshFlow
(ClientCredentials credentials, String anonTokenEndpoint, String refreshTokenEndpoint, TokenStorage storage) withAnonymousRefreshFlow
(ClientCredentials credentials, String anonTokenEndpoint, String refreshTokenEndpoint, TokenStorage storage, VrapHttpClient httpClient) withAnonymousRefreshFlow
(ClientCredentials credentials, String anonTokenEndpoint, String refreshTokenEndpoint, TokenStorage storage, Supplier<HandlerStack> httpClient) withAnonymousSessionFlow
(ClientCredentials credentials, String tokenEndpoint) withAnonymousSessionFlow
(ClientCredentials credentials, String tokenEndpoint, VrapHttpClient httpClient) withAnonymousSessionFlow
(ClientCredentials credentials, String tokenEndpoint, Supplier<HandlerStack> httpClient) withApiBaseUrl
(String apiBaseUrl) withApiBaseUrl
(URI apiBaseUrl) withAuthRetries
(int authRetries) withClientCredentialsFlow
(ClientCredentials credentials, String tokenEndpoint) withClientCredentialsFlow
(ClientCredentials credentials, String tokenEndpoint, VrapHttpClient httpClient) withClientCredentialsFlow
(ClientCredentials credentials, String tokenEndpoint, Supplier<HandlerStack> httpClient) withClientCredentialsFlow
(ClientCredentials credentials, URI tokenEndpoint) withClientCredentialsFlow
(ClientCredentials credentials, URI tokenEndpoint, VrapHttpClient httpClient) withClientCredentialsFlow
(ClientCredentials credentials, URI tokenEndpoint, Supplier<HandlerStack> httpClient) withErrorMiddleware
(ErrorMiddleware errorMiddleware) withErrorMiddleware
(ErrorMiddleware.ExceptionMode exceptionMode) withGlobalCustomerPasswordFlow
(ClientCredentials credentials, String email, String password, String tokenEndpoint) withGlobalCustomerPasswordFlow
(ClientCredentials credentials, String email, String password, String tokenEndpoint, VrapHttpClient httpClient) withGlobalCustomerPasswordFlow
(ClientCredentials credentials, String email, String password, String tokenEndpoint, Supplier<HandlerStack> httpClient) withHandlerStack
(HandlerStack stack) withHttpClient
(VrapHttpClient httpClient) withInternalLoggerFactory
(InternalLoggerFactory internalLoggerFactory) withInternalLoggerFactory
(InternalLoggerFactory internalLoggerFactory, org.slf4j.event.Level responseLogEvent, org.slf4j.event.Level deprecationLogEvent) withInternalLoggerFactory
(InternalLoggerFactory internalLoggerFactory, org.slf4j.event.Level responseLogEvent, org.slf4j.event.Level deprecationLogEvent, org.slf4j.event.Level defaultExceptionLogEvent, Map<Class<? extends Throwable>, org.slf4j.event.Level> exceptionLogEvents) withInternalLoggerFactory
(InternalLoggerFactory internalLoggerFactory, org.slf4j.event.Level responseLogEvent, org.slf4j.event.Level deprecationLogEvent, org.slf4j.event.Level defaultExceptionLogEvent, Map<Class<? extends Throwable>, org.slf4j.event.Level> exceptionLogEvents, ResponseLogFormatter responseLogFormatter, ErrorLogFormatter errorLogFormatter) withInternalLoggerMiddleware
(InternalLoggerMiddleware internalLoggerMiddleware) withMiddleware
(Middleware middleware, Middleware... middlewares) withMiddlewares
(List<Middleware> middlewares) withOAuthExecutorService
(ExecutorService executorService) withOAuthExecutorService
(Supplier<ExecutorService> executorService) withOAuthMiddleware
(OAuthMiddleware oAuthMiddleware) withOAuthMiddleware
(Supplier<OAuthMiddleware> oAuthMiddleware) withPolicies
(PolicyBuilder policyBuilder) withPolicyMiddleware
(PolicyMiddleware policyMiddleware) withPolicyMiddleware
(Supplier<PolicyMiddleware> policyMiddleware) withProjectKey
(String projectKey) withQueueMiddleware
(int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
insteadwithQueueMiddleware
(dev.failsafe.spi.Scheduler scheduler, int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
insteadwithQueueMiddleware
(QueueRequestMiddleware queueMiddleware) Deprecated.usewithPolicies(Function)
insteadwithQueueMiddleware
(ExecutorService executorService, int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
insteadwithQueueMiddleware
(ScheduledExecutorService executorService, int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
insteadwithQueueMiddleware
(Supplier<QueueRequestMiddleware> queueMiddleware) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(int maxRetries) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(dev.failsafe.spi.Scheduler scheduler, int maxRetries) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(dev.failsafe.spi.Scheduler scheduler, int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(dev.failsafe.spi.Scheduler scheduler, int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(dev.failsafe.spi.Scheduler scheduler, int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(dev.failsafe.spi.Scheduler scheduler, int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(RetryRequestMiddleware retryMiddleware) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ExecutorService executorService, int maxRetries) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ExecutorService executorService, int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ExecutorService executorService, int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ExecutorService executorService, int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ExecutorService executorService, int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ScheduledExecutorService executorService, int maxRetries) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ScheduledExecutorService executorService, int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ScheduledExecutorService executorService, int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ScheduledExecutorService executorService, int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(ScheduledExecutorService executorService, int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
insteadwithRetryMiddleware
(Supplier<RetryRequestMiddleware> retryMiddleware) Deprecated.usewithPolicies(Function)
insteadwithSerializer
(ResponseSerializer serializer) withSerializer
(Supplier<ResponseSerializer> serializer) withTelemetryMiddleware
(TelemetryMiddleware telemetryMiddleware) withTelemetryMiddleware
(Supplier<TelemetryMiddleware> telemetryMiddleware) withTokenSupplier
(TokenSupplier tokenSupplier) withTokenSupplier
(Supplier<TokenSupplier> tokenSupplier) withUserAgentSupplier
(Supplier<String> userAgentSupplier)
-
Method Details
-
of
-
of
-
of
-
of
-
ofEnvironmentVariables
-
ofEnvironmentVariables
-
ofProperties
-
ofProperties
-
of
-
withProjectKey
-
withAuthCircuitBreaker
-
withoutAuthCircuitBreaker
-
withAuthRetries
-
withHandlerStack
-
withHttpClient
-
withSerializer
-
withSerializer
-
withHttpExceptionFactory
-
withHttpExceptionFactory
public ApiRootBuilder withHttpExceptionFactory(Function<ResponseSerializer, HttpExceptionFactory> factory) -
withHttpExceptionFactory
-
defaultClient
-
defaultClient
public ApiRootBuilder defaultClient(ClientCredentials credentials, ServiceRegionConfig serviceRegion) -
defaultClient
public ApiRootBuilder defaultClient(ClientCredentials credentials, String tokenEndpoint, String apiEndpoint) -
defaultClient
public ApiRootBuilder defaultClient(String apiEndpoint, ClientCredentials credentials, String tokenEndpoint) -
defaultClient
-
defaultClient
-
withOAuthExecutorService
-
withOAuthExecutorService
-
withClientCredentialsFlow
public ApiRootBuilder withClientCredentialsFlow(ClientCredentials credentials, String tokenEndpoint) -
withClientCredentialsFlow
public ApiRootBuilder withClientCredentialsFlow(ClientCredentials credentials, String tokenEndpoint, Supplier<HandlerStack> httpClient) -
withClientCredentialsFlow
public ApiRootBuilder withClientCredentialsFlow(ClientCredentials credentials, String tokenEndpoint, VrapHttpClient httpClient) -
withClientCredentialsFlow
-
withClientCredentialsFlow
public ApiRootBuilder withClientCredentialsFlow(ClientCredentials credentials, URI tokenEndpoint, Supplier<HandlerStack> httpClient) -
withClientCredentialsFlow
public ApiRootBuilder withClientCredentialsFlow(ClientCredentials credentials, URI tokenEndpoint, VrapHttpClient httpClient) -
withStaticTokenFlow
-
withAnonymousSessionFlow
-
withAnonymousSessionFlow
public ApiRootBuilder withAnonymousSessionFlow(ClientCredentials credentials, String tokenEndpoint, Supplier<HandlerStack> httpClient) -
withAnonymousSessionFlow
public ApiRootBuilder withAnonymousSessionFlow(ClientCredentials credentials, String tokenEndpoint, VrapHttpClient httpClient) -
withAnonymousRefreshFlow
public ApiRootBuilder withAnonymousRefreshFlow(ClientCredentials credentials, ServiceRegion serviceRegion, TokenStorage storage) -
withAnonymousRefreshFlow
public ApiRootBuilder withAnonymousRefreshFlow(ClientCredentials credentials, ServiceRegion serviceRegion, String projectKey, TokenStorage storage) -
withAnonymousRefreshFlow
public ApiRootBuilder withAnonymousRefreshFlow(ClientCredentials credentials, String anonTokenEndpoint, String refreshTokenEndpoint, TokenStorage storage) -
withAnonymousRefreshFlow
public ApiRootBuilder withAnonymousRefreshFlow(ClientCredentials credentials, String anonTokenEndpoint, String refreshTokenEndpoint, TokenStorage storage, Supplier<HandlerStack> httpClient) -
withAnonymousRefreshFlow
public ApiRootBuilder withAnonymousRefreshFlow(ClientCredentials credentials, String anonTokenEndpoint, String refreshTokenEndpoint, TokenStorage storage, VrapHttpClient httpClient) -
withGlobalCustomerPasswordFlow
public ApiRootBuilder withGlobalCustomerPasswordFlow(ClientCredentials credentials, String email, String password, String tokenEndpoint) -
withGlobalCustomerPasswordFlow
public ApiRootBuilder withGlobalCustomerPasswordFlow(ClientCredentials credentials, String email, String password, String tokenEndpoint, Supplier<HandlerStack> httpClient) -
withGlobalCustomerPasswordFlow
public ApiRootBuilder withGlobalCustomerPasswordFlow(ClientCredentials credentials, String email, String password, String tokenEndpoint, VrapHttpClient httpClient) -
addAcceptGZipMiddleware
-
withErrorMiddleware
-
withErrorMiddleware
-
withErrorMiddleware
-
withTelemetryMiddleware
-
withTelemetryMiddleware
-
addConcurrentModificationMiddleware
-
addConcurrentModificationMiddleware
-
addConcurrentModificationMiddleware
public ApiRootBuilder addConcurrentModificationMiddleware(int maxRetries, long delay, long maxDelay) -
addConcurrentModificationMiddleware
public ApiRootBuilder addConcurrentModificationMiddleware(ConcurrentModificationMiddleware middleware) -
addNotFoundExceptionMiddleware
public ApiRootBuilder addNotFoundExceptionMiddleware(NotFoundExceptionMiddleware notFoundExceptionMiddleware) -
addNotFoundExceptionMiddleware
-
addNotFoundExceptionMiddleware
-
addNotFoundExceptionMiddleware
-
withPolicies
-
withPolicies
-
withPolicyMiddleware
-
withPolicyMiddleware
-
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(Supplier<RetryRequestMiddleware> retryMiddleware) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ScheduledExecutorService executorService, int maxRetries) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ScheduledExecutorService executorService, int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ScheduledExecutorService executorService, int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ScheduledExecutorService executorService, int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ScheduledExecutorService executorService, int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ExecutorService executorService, int maxRetries) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ExecutorService executorService, int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ExecutorService executorService, int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ExecutorService executorService, int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(ExecutorService executorService, int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(dev.failsafe.spi.Scheduler scheduler, int maxRetries) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(dev.failsafe.spi.Scheduler scheduler, int maxRetries, List<Integer> statusCodes) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(dev.failsafe.spi.Scheduler scheduler, int maxRetries, List<Integer> statusCodes, List<Class<? extends Throwable>> failures) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(dev.failsafe.spi.Scheduler scheduler, int maxRetries, long delay, long maxDelay, List<Integer> statusCodes, List<Class<? extends Throwable>> failures, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withRetryMiddleware
@Deprecated public ApiRootBuilder withRetryMiddleware(dev.failsafe.spi.Scheduler scheduler, int maxRetries, long delay, long maxDelay, FailsafeRetryPolicyBuilderOptions fn) Deprecated.usewithPolicies(Function)
instead -
withQueueMiddleware
@Deprecated public ApiRootBuilder withQueueMiddleware(Supplier<QueueRequestMiddleware> queueMiddleware) Deprecated.usewithPolicies(Function)
instead -
withQueueMiddleware
Deprecated.usewithPolicies(Function)
instead -
withQueueMiddleware
Deprecated.usewithPolicies(Function)
instead -
withQueueMiddleware
@Deprecated public ApiRootBuilder withQueueMiddleware(dev.failsafe.spi.Scheduler scheduler, int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
instead -
withQueueMiddleware
@Deprecated public ApiRootBuilder withQueueMiddleware(ScheduledExecutorService executorService, int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
instead -
withQueueMiddleware
@Deprecated public ApiRootBuilder withQueueMiddleware(ExecutorService executorService, int maxRequests, Duration maxWaitTime) Deprecated.usewithPolicies(Function)
instead -
withOAuthMiddleware
-
withOAuthMiddleware
-
withTokenSupplier
-
withTokenSupplier
-
withInternalLoggerMiddleware
public ApiRootBuilder withInternalLoggerMiddleware(InternalLoggerMiddleware internalLoggerMiddleware) -
withInternalLoggerFactory
-
withInternalLoggerFactory
public ApiRootBuilder withInternalLoggerFactory(InternalLoggerFactory internalLoggerFactory, org.slf4j.event.Level responseLogEvent, org.slf4j.event.Level deprecationLogEvent) -
withInternalLoggerFactory
public ApiRootBuilder withInternalLoggerFactory(InternalLoggerFactory internalLoggerFactory, org.slf4j.event.Level responseLogEvent, org.slf4j.event.Level deprecationLogEvent, org.slf4j.event.Level defaultExceptionLogEvent, Map<Class<? extends Throwable>, org.slf4j.event.Level> exceptionLogEvents) -
withInternalLoggerFactory
public ApiRootBuilder withInternalLoggerFactory(InternalLoggerFactory internalLoggerFactory, org.slf4j.event.Level responseLogEvent, org.slf4j.event.Level deprecationLogEvent, org.slf4j.event.Level defaultExceptionLogEvent, Map<Class<? extends Throwable>, org.slf4j.event.Level> exceptionLogEvents, ResponseLogFormatter responseLogFormatter, ErrorLogFormatter errorLogFormatter) -
withApiBaseUrl
-
withApiBaseUrl
-
withUserAgentSupplier
-
addCorrelationIdProvider
public ApiRootBuilder addCorrelationIdProvider(@Nullable CorrelationIdProvider correlationIdProvider) -
withMiddleware
-
addMiddleware
-
withMiddlewares
-
addMiddlewares
-
with
-
build
-
buildClient
-
clientSupplier
-
buildForProject
Deprecated.usebuild(String)
instead- Parameters:
projectKey
- the project key to be used- Returns:
- Builder
-
buildProjectRoot
-
buildProjectRoot
Deprecated.usebuild(String)
instead- Parameters:
projectKey
- the project key to be used- Returns:
- Builder
-
build
-
createForProject
public static ByProjectKeyRequestBuilder createForProject(String projectKey, ApiHttpClient clientSupplier)
-
build(String)
instead