Class LmsBatchUpsertContentRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsBatchUpsertContentRequestBuilder
-
public class LmsBatchUpsertContentRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LmsBatchUpsertContentRequestBuilder(SDKMethodInterfaces.MethodCallLmsBatchUpsertContent sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsBatchUpsertContentResponsecall()LmsBatchUpsertContentRequestBuilderlmsBatchUpsertContentRequestDto(LmsBatchUpsertContentRequestDto lmsBatchUpsertContentRequestDto)LmsBatchUpsertContentRequestBuilderretryConfig(RetryConfig retryConfig)LmsBatchUpsertContentRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)LmsBatchUpsertContentRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
LmsBatchUpsertContentRequestBuilder
public LmsBatchUpsertContentRequestBuilder(SDKMethodInterfaces.MethodCallLmsBatchUpsertContent sdk)
-
-
Method Detail
-
xAccountId
public LmsBatchUpsertContentRequestBuilder xAccountId(java.lang.String xAccountId)
-
lmsBatchUpsertContentRequestDto
public LmsBatchUpsertContentRequestBuilder lmsBatchUpsertContentRequestDto(LmsBatchUpsertContentRequestDto lmsBatchUpsertContentRequestDto)
-
retryConfig
public LmsBatchUpsertContentRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public LmsBatchUpsertContentRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public LmsBatchUpsertContentResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-