@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.PushProviderApi")
public class PushProviderApi
extends java.lang.Object
Constructor and Description |
---|
PushProviderApi() |
PushProviderApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createPushProvider(java.lang.Class<?> T,
PushProvider pushProvider)
Create a Push Provider
Creates a new push provider
|
PushProvider |
createPushProvider(PushProvider pushProvider)
Create a Push Provider
Creates a new push provider
|
PagedList |
createPushProviderWithPaginationInfo(PushProvider pushProvider)
Create a Push Provider
Creates a new push provider
|
void |
deletePushProvider(java.lang.String pushProviderId)
Delete a Push Provider
Deletes a push provider by `pushProviderId`.
|
ApiClient |
getApiClient() |
PushProvider |
getPushProvider(java.lang.String pushProviderId)
Retrieve a Push Provider
Retrieves a push provider by `pushProviderId`
|
PagedList |
getPushProviderWithPaginationInfo(java.lang.String pushProviderId)
Retrieve a Push Provider
Retrieves a push provider by `pushProviderId`
|
java.util.List<PushProvider> |
listPushProviders(ProviderType type)
List all Push Providers
Lists all push providers
|
PagedList |
listPushProvidersWithPaginationInfo(ProviderType type)
List all Push Providers
Lists all push providers
|
<T> T |
replacePushProvider(java.lang.Class<?> T,
java.lang.String pushProviderId,
PushProvider pushProvider)
Replace a Push Provider
Replaces a push provider by `pushProviderId`
|
PushProvider |
replacePushProvider(java.lang.String pushProviderId,
PushProvider pushProvider)
Replace a Push Provider
Replaces a push provider by `pushProviderId`
|
PagedList |
replacePushProviderWithPaginationInfo(java.lang.String pushProviderId,
PushProvider pushProvider)
Replace a Push Provider
Replaces a push provider by `pushProviderId`
|
void |
setApiClient(ApiClient apiClient) |
public PushProviderApi()
@Autowired public PushProviderApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public PushProvider createPushProvider(PushProvider pushProvider) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
pushProvider
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createPushProvider(java.lang.Class<?> T, PushProvider pushProvider) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typepushProvider
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createPushProviderWithPaginationInfo(PushProvider pushProvider) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
pushProvider
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deletePushProvider(java.lang.String pushProviderId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
409 - Conflict
429 - Too Many Requests
pushProviderId
- Id of the push provider (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PushProvider getPushProvider(java.lang.String pushProviderId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
pushProviderId
- Id of the push provider (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getPushProviderWithPaginationInfo(java.lang.String pushProviderId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
pushProviderId
- Id of the push provider (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<PushProvider> listPushProviders(ProviderType type) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
type
- Filters push providers by `providerType` (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listPushProvidersWithPaginationInfo(ProviderType type) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
type
- Filters push providers by `providerType` (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PushProvider replacePushProvider(java.lang.String pushProviderId, PushProvider pushProvider) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
pushProviderId
- Id of the push provider (required)pushProvider
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replacePushProvider(java.lang.Class<?> T, java.lang.String pushProviderId, PushProvider pushProvider) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typepushProviderId
- Id of the push provider (required)pushProvider
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replacePushProviderWithPaginationInfo(java.lang.String pushProviderId, PushProvider pushProvider) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
pushProviderId
- Id of the push provider (required)pushProvider
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.