Class StackoneListPlatformLogsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListPlatformLogsRequestBuilder
-
public class StackoneListPlatformLogsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StackoneListPlatformLogsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneListPlatformLogsResponsecall()StackoneListPlatformLogsRequestBuilderrequest(StackoneListPlatformLogsRequest request)StackoneListPlatformLogsRequestBuilderretryConfig(RetryConfig retryConfig)StackoneListPlatformLogsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
StackoneListPlatformLogsRequestBuilder
public StackoneListPlatformLogsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public StackoneListPlatformLogsRequestBuilder request(StackoneListPlatformLogsRequest request)
-
retryConfig
public StackoneListPlatformLogsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public StackoneListPlatformLogsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public StackoneListPlatformLogsResponse call()
-
-