@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.DeviceAssuranceApi")
public class DeviceAssuranceApi
extends java.lang.Object
Constructor and Description |
---|
DeviceAssuranceApi() |
DeviceAssuranceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createDeviceAssurancePolicy(java.lang.Class<?> T,
DeviceAssurance deviceAssurance)
Create a Device Assurance Policy
Creates a new Device Assurance Policy
|
DeviceAssurance |
createDeviceAssurancePolicy(DeviceAssurance deviceAssurance)
Create a Device Assurance Policy
Creates a new Device Assurance Policy
|
PagedList |
createDeviceAssurancePolicyWithPaginationInfo(DeviceAssurance deviceAssurance)
Create a Device Assurance Policy
Creates a new Device Assurance Policy
|
void |
deleteDeviceAssurancePolicy(java.lang.String deviceAssuranceId)
Delete a Device Assurance Policy
Deletes a Device Assurance Policy by `deviceAssuranceId`.
|
ApiClient |
getApiClient() |
DeviceAssurance |
getDeviceAssurancePolicy(java.lang.String deviceAssuranceId)
Retrieve a Device Assurance Policy
Retrieves a Device Assurance Policy by `deviceAssuranceId`
|
PagedList |
getDeviceAssurancePolicyWithPaginationInfo(java.lang.String deviceAssuranceId)
Retrieve a Device Assurance Policy
Retrieves a Device Assurance Policy by `deviceAssuranceId`
|
java.util.List<DeviceAssurance> |
listDeviceAssurancePolicies()
List all Device Assurance Policies
Lists all device assurance policies
|
PagedList |
listDeviceAssurancePoliciesWithPaginationInfo()
List all Device Assurance Policies
Lists all device assurance policies
|
<T> T |
replaceDeviceAssurancePolicy(java.lang.Class<?> T,
java.lang.String deviceAssuranceId,
DeviceAssurance deviceAssurance)
Replace a Device Assurance Policy
Replaces a Device Assurance Policy by `deviceAssuranceId`
|
DeviceAssurance |
replaceDeviceAssurancePolicy(java.lang.String deviceAssuranceId,
DeviceAssurance deviceAssurance)
Replace a Device Assurance Policy
Replaces a Device Assurance Policy by `deviceAssuranceId`
|
PagedList |
replaceDeviceAssurancePolicyWithPaginationInfo(java.lang.String deviceAssuranceId,
DeviceAssurance deviceAssurance)
Replace a Device Assurance Policy
Replaces a Device Assurance Policy by `deviceAssuranceId`
|
void |
setApiClient(ApiClient apiClient) |
public DeviceAssuranceApi()
@Autowired public DeviceAssuranceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public DeviceAssurance createDeviceAssurancePolicy(DeviceAssurance deviceAssurance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
deviceAssurance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createDeviceAssurancePolicy(java.lang.Class<?> T, DeviceAssurance deviceAssurance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typedeviceAssurance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createDeviceAssurancePolicyWithPaginationInfo(DeviceAssurance deviceAssurance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
deviceAssurance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteDeviceAssurancePolicy(java.lang.String deviceAssuranceId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
409 - Conflict
429 - Too Many Requests
deviceAssuranceId
- Id of the Device Assurance Policy (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic DeviceAssurance getDeviceAssurancePolicy(java.lang.String deviceAssuranceId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
deviceAssuranceId
- Id of the Device Assurance Policy (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getDeviceAssurancePolicyWithPaginationInfo(java.lang.String deviceAssuranceId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
deviceAssuranceId
- Id of the Device Assurance Policy (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic java.util.List<DeviceAssurance> listDeviceAssurancePolicies() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listDeviceAssurancePoliciesWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic DeviceAssurance replaceDeviceAssurancePolicy(java.lang.String deviceAssuranceId, DeviceAssurance deviceAssurance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
deviceAssuranceId
- Id of the Device Assurance Policy (required)deviceAssurance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceDeviceAssurancePolicy(java.lang.Class<?> T, java.lang.String deviceAssuranceId, DeviceAssurance deviceAssurance) 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 typedeviceAssuranceId
- Id of the Device Assurance Policy (required)deviceAssurance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceDeviceAssurancePolicyWithPaginationInfo(java.lang.String deviceAssuranceId, DeviceAssurance deviceAssurance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
deviceAssuranceId
- Id of the Device Assurance Policy (required)deviceAssurance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017-2022 Okta. All Rights Reserved.