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