@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.DeviceAssuranceApi") public class DeviceAssuranceApi extends Object
Constructor and Description |
---|
DeviceAssuranceApi() |
DeviceAssuranceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
<T> T |
createDeviceAssurancePolicy(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(String deviceAssuranceId)
Delete a Device Assurance Policy
Deletes a Device Assurance Policy by `deviceAssuranceId`.
|
ApiClient |
getApiClient() |
DeviceAssurance |
getDeviceAssurancePolicy(String deviceAssuranceId)
Retrieve a Device Assurance Policy
Retrieves a Device Assurance Policy by `deviceAssuranceId`
|
PagedList |
getDeviceAssurancePolicyWithPaginationInfo(String deviceAssuranceId)
Retrieve a Device Assurance Policy
Retrieves a Device Assurance Policy by `deviceAssuranceId`
|
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(Class<?> T,
String deviceAssuranceId,
DeviceAssurance deviceAssurance)
Replace a Device Assurance Policy
Replaces a Device Assurance Policy by `deviceAssuranceId`
|
DeviceAssurance |
replaceDeviceAssurancePolicy(String deviceAssuranceId,
DeviceAssurance deviceAssurance)
Replace a Device Assurance Policy
Replaces a Device Assurance Policy by `deviceAssuranceId`
|
PagedList |
replaceDeviceAssurancePolicyWithPaginationInfo(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(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(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(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(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 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(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(Class<?> T, 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(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–2023 Okta. All rights reserved.