Class LmsCreateCollectionRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsCreateCollectionRequestBuilder
-
public class LmsCreateCollectionRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LmsCreateCollectionRequestBuilder(SDKMethodInterfaces.MethodCallLmsCreateCollection sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsCreateCollectionResponsecall()LmsCreateCollectionRequestBuilderlmsCreateCollectionRequestDto(LmsCreateCollectionRequestDto lmsCreateCollectionRequestDto)LmsCreateCollectionRequestBuilderretryConfig(RetryConfig retryConfig)LmsCreateCollectionRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)LmsCreateCollectionRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
LmsCreateCollectionRequestBuilder
public LmsCreateCollectionRequestBuilder(SDKMethodInterfaces.MethodCallLmsCreateCollection sdk)
-
-
Method Detail
-
xAccountId
public LmsCreateCollectionRequestBuilder xAccountId(java.lang.String xAccountId)
-
lmsCreateCollectionRequestDto
public LmsCreateCollectionRequestBuilder lmsCreateCollectionRequestDto(LmsCreateCollectionRequestDto lmsCreateCollectionRequestDto)
-
retryConfig
public LmsCreateCollectionRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public LmsCreateCollectionRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public LmsCreateCollectionResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-