Class CrmListContactsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmListContactsRequestBuilder
-
public class CrmListContactsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CrmListContactsRequestBuilder(SDKMethodInterfaces.MethodCallCrmListContacts sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrmListContactsResponsecall()java.util.stream.Stream<CrmListContactsResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.CrmListContactsRequestBuilderrequest(CrmListContactsRequest request)CrmListContactsRequestBuilderretryConfig(RetryConfig retryConfig)CrmListContactsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
CrmListContactsRequestBuilder
public CrmListContactsRequestBuilder(SDKMethodInterfaces.MethodCallCrmListContacts sdk)
-
-
Method Detail
-
request
public CrmListContactsRequestBuilder request(CrmListContactsRequest request)
-
retryConfig
public CrmListContactsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public CrmListContactsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public CrmListContactsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsStream
public java.util.stream.Stream<CrmListContactsResponse> 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).
-
-