@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PushProviderApi extends Object
Constructor and Description |
---|
PushProviderApi() |
PushProviderApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
PushProvider |
createPushProvider(PushProvider pushProvider)
Create a Push Provider
Creates a new push provider
|
PushProvider |
createPushProvider(PushProvider pushProvider,
Map<String,String> additionalHeaders)
Create a Push Provider
Creates a new push provider
|
void |
deletePushProvider(String pushProviderId)
Delete a Push Provider
Deletes a push provider by `pushProviderId`.
|
void |
deletePushProvider(String pushProviderId,
Map<String,String> additionalHeaders)
Delete a Push Provider
Deletes a push provider by `pushProviderId`.
|
ApiClient |
getApiClient() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
PushProvider |
getPushProvider(String pushProviderId)
Retrieve a Push Provider
Retrieves a push provider by `pushProviderId`
|
PushProvider |
getPushProvider(String pushProviderId,
Map<String,String> additionalHeaders)
Retrieve a Push Provider
Retrieves a push provider by `pushProviderId`
|
List<PushProvider> |
listPushProviders(ProviderType type)
List all Push Providers
Lists all push providers
|
List<PushProvider> |
listPushProviders(ProviderType type,
Map<String,String> additionalHeaders)
List all Push Providers
Lists all push providers
|
PushProvider |
replacePushProvider(String pushProviderId,
PushProvider pushProvider)
Replace a Push Provider
Replaces a push provider by `pushProviderId`
|
PushProvider |
replacePushProvider(String pushProviderId,
PushProvider pushProvider,
Map<String,String> additionalHeaders)
Replace a Push Provider
Replaces a push provider by `pushProviderId`
|
void |
setApiClient(ApiClient apiClient) |
public PushProviderApi()
public PushProviderApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public PushProvider createPushProvider(PushProvider pushProvider) throws ApiException
pushProvider
- (required)ApiException
- if fails to make API callpublic PushProvider createPushProvider(PushProvider pushProvider, Map<String,String> additionalHeaders) throws ApiException
pushProvider
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void deletePushProvider(String pushProviderId) throws ApiException
pushProviderId
- Id of the push provider (required)ApiException
- if fails to make API callpublic void deletePushProvider(String pushProviderId, Map<String,String> additionalHeaders) throws ApiException
pushProviderId
- Id of the push provider (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic PushProvider getPushProvider(String pushProviderId) throws ApiException
pushProviderId
- Id of the push provider (required)ApiException
- if fails to make API callpublic PushProvider getPushProvider(String pushProviderId, Map<String,String> additionalHeaders) throws ApiException
pushProviderId
- Id of the push provider (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<PushProvider> listPushProviders(ProviderType type) throws ApiException
type
- Filters push providers by `providerType` (optional)ApiException
- if fails to make API callpublic List<PushProvider> listPushProviders(ProviderType type, Map<String,String> additionalHeaders) throws ApiException
type
- Filters push providers by `providerType` (optional)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic PushProvider replacePushProvider(String pushProviderId, PushProvider pushProvider) throws ApiException
pushProviderId
- Id of the push provider (required)pushProvider
- (required)ApiException
- if fails to make API callpublic PushProvider replacePushProvider(String pushProviderId, PushProvider pushProvider, Map<String,String> additionalHeaders) throws ApiException
pushProviderId
- Id of the push provider (required)pushProvider
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.