Class MarketingListContentBlocksRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MarketingListContentBlocksRequestBuilder
-
public class MarketingListContentBlocksRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MarketingListContentBlocksRequestBuilder(SDKMethodInterfaces.MethodCallMarketingListContentBlocks sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarketingListContentBlocksResponsecall()java.util.stream.Stream<MarketingListContentBlocksResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.MarketingListContentBlocksRequestBuilderrequest(MarketingListContentBlocksRequest request)MarketingListContentBlocksRequestBuilderretryConfig(RetryConfig retryConfig)MarketingListContentBlocksRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
MarketingListContentBlocksRequestBuilder
public MarketingListContentBlocksRequestBuilder(SDKMethodInterfaces.MethodCallMarketingListContentBlocks sdk)
-
-
Method Detail
-
request
public MarketingListContentBlocksRequestBuilder request(MarketingListContentBlocksRequest request)
-
retryConfig
public MarketingListContentBlocksRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public MarketingListContentBlocksRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public MarketingListContentBlocksResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsStream
public java.util.stream.Stream<MarketingListContentBlocksResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned. Unlike thecall()method this method will throw anSDKErrorif any page retrieval has an HTTP status code >= 300 (Note that 3XX is not an error range but will need special handling by the user if for example the HTTP client is not configured to follow redirects).
-
-