Class AccountingListCompanyTaxRatesRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AccountingListCompanyTaxRatesRequestBuilder
-
public class AccountingListCompanyTaxRatesRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AccountingListCompanyTaxRatesRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingListCompanyTaxRatesResponsecall()java.lang.Iterable<AccountingListCompanyTaxRatesResponse>callAsIterable()Returns an iterable that performs next page calls till no more pages are returned.java.util.stream.Stream<AccountingListCompanyTaxRatesResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.AccountingListCompanyTaxRatesRequestBuilderrequest(AccountingListCompanyTaxRatesRequest request)AccountingListCompanyTaxRatesRequestBuilderretryConfig(RetryConfig retryConfig)AccountingListCompanyTaxRatesRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AccountingListCompanyTaxRatesRequestBuilder
public AccountingListCompanyTaxRatesRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AccountingListCompanyTaxRatesRequestBuilder request(AccountingListCompanyTaxRatesRequest request)
-
retryConfig
public AccountingListCompanyTaxRatesRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AccountingListCompanyTaxRatesRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AccountingListCompanyTaxRatesResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsIterable
public java.lang.Iterable<AccountingListCompanyTaxRatesResponse> 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 (AccountingListCompanyTaxRatesResponse page : builder.callAsIterable()) { // Process each page }- Returns:
- An iterable that can be used to iterate through all pages
-
callAsStream
public java.util.stream.Stream<AccountingListCompanyTaxRatesResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned.
-
-