Class CrmListContactCustomFieldDefinitionsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmListContactCustomFieldDefinitionsRequestBuilder
-
public class CrmListContactCustomFieldDefinitionsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CrmListContactCustomFieldDefinitionsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrmListContactCustomFieldDefinitionsResponsecall()java.lang.Iterable<CrmListContactCustomFieldDefinitionsResponse>callAsIterable()Returns an iterable that performs next page calls till no more pages are returned.java.util.stream.Stream<CrmListContactCustomFieldDefinitionsResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.CrmListContactCustomFieldDefinitionsRequestBuilderrequest(CrmListContactCustomFieldDefinitionsRequest request)CrmListContactCustomFieldDefinitionsRequestBuilderretryConfig(RetryConfig retryConfig)CrmListContactCustomFieldDefinitionsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
CrmListContactCustomFieldDefinitionsRequestBuilder
public CrmListContactCustomFieldDefinitionsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public CrmListContactCustomFieldDefinitionsRequestBuilder request(CrmListContactCustomFieldDefinitionsRequest request)
-
retryConfig
public CrmListContactCustomFieldDefinitionsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public CrmListContactCustomFieldDefinitionsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public CrmListContactCustomFieldDefinitionsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsIterable
public java.lang.Iterable<CrmListContactCustomFieldDefinitionsResponse> callAsIterable()
Returns an iterable that performs next page calls till no more pages are returned.The returned iterable can be used in a for-each loop:
for (CrmListContactCustomFieldDefinitionsResponse page : builder.callAsIterable()) { // Process each page }- Returns:
- An iterable that can be used to iterate through all pages
-
callAsStream
public java.util.stream.Stream<CrmListContactCustomFieldDefinitionsResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned.
-
-