Class StackoneGetLogRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.StackoneGetLogRequestBuilder
-
public class StackoneGetLogRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StackoneGetLogRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<StackoneGetLogResponse>call()StackoneGetLogRequestBuilderid(java.lang.String id)StackoneGetLogRequestBuilderinclude(Include include)StackoneGetLogRequestBuilderinclude(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)StackoneGetLogRequestBuilderretryConfig(RetryConfig retryConfig)StackoneGetLogRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
StackoneGetLogRequestBuilder
public StackoneGetLogRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
id
public StackoneGetLogRequestBuilder id(java.lang.String id)
-
include
public StackoneGetLogRequestBuilder include(Include include)
-
include
public StackoneGetLogRequestBuilder include(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
-
retryConfig
public StackoneGetLogRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public StackoneGetLogRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<StackoneGetLogResponse> call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-