Package io.cloudreactor.tasksymphony.api
Class PagerdutyProfilesApi
java.lang.Object
io.cloudreactor.tasksymphony.api.PagerdutyProfilesApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PagerdutyProfilesApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpagerdutyProfilesCloneCreate(UUID uuid, PagerDutyProfile pagerDutyProfile) pagerdutyProfilesCreate(PagerDutyProfile pagerDutyProfile) voidpagerdutyProfilesDestroy(UUID uuid) pagerdutyProfilesList(Integer createdByGroupId, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) pagerdutyProfilesPartialUpdate(UUID uuid, PatchedPagerDutyProfile patchedPagerDutyProfile) pagerdutyProfilesUpdate(UUID uuid, PagerDutyProfile pagerDutyProfile) voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
PagerdutyProfilesApi
public PagerdutyProfilesApi() -
PagerdutyProfilesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
pagerdutyProfilesCloneCreate
public PagerDutyProfile pagerdutyProfilesCloneCreate(UUID uuid, PagerDutyProfile pagerDutyProfile) throws ApiException - Parameters:
uuid- (required)pagerDutyProfile- (required)- Returns:
- PagerDutyProfile
- Throws:
ApiException- if fails to make API call
-
pagerdutyProfilesCreate
public PagerDutyProfile pagerdutyProfilesCreate(PagerDutyProfile pagerDutyProfile) throws ApiException - Parameters:
pagerDutyProfile- (required)- Returns:
- PagerDutyProfile
- Throws:
ApiException- if fails to make API call
-
pagerdutyProfilesDestroy
- Parameters:
uuid- (required)- Throws:
ApiException- if fails to make API call
-
pagerdutyProfilesList
public PaginatedPagerDutyProfileList pagerdutyProfilesList(Integer createdByGroupId, Integer limit, String name, Integer offset, String ordering, String runEnvironmentUuid, String search) throws ApiException - Parameters:
createdByGroupId- (optional)limit- Number of results to return per page. (optional)name- (optional)offset- The initial index from which to return the results. (optional)ordering- Which field to use when ordering the results. (optional)runEnvironmentUuid- (optional)search- A search term. (optional)- Returns:
- PaginatedPagerDutyProfileList
- Throws:
ApiException- if fails to make API call
-
pagerdutyProfilesPartialUpdate
public PagerDutyProfile pagerdutyProfilesPartialUpdate(UUID uuid, PatchedPagerDutyProfile patchedPagerDutyProfile) throws ApiException - Parameters:
uuid- (required)patchedPagerDutyProfile- (optional)- Returns:
- PagerDutyProfile
- Throws:
ApiException- if fails to make API call
-
pagerdutyProfilesRetrieve
- Parameters:
uuid- (required)- Returns:
- PagerDutyProfile
- Throws:
ApiException- if fails to make API call
-
pagerdutyProfilesUpdate
public PagerDutyProfile pagerdutyProfilesUpdate(UUID uuid, PagerDutyProfile pagerDutyProfile) throws ApiException - Parameters:
uuid- (required)pagerDutyProfile- (required)- Returns:
- PagerDutyProfile
- Throws:
ApiException- if fails to make API call
-