Uses of Class
org.openapitools.client.model.DeviceAssurance
Packages that use DeviceAssurance
- 
Uses of DeviceAssurance in org.openapitools.client.api
Methods in org.openapitools.client.api that return DeviceAssuranceModifier and TypeMethodDescriptionDeviceAssuranceApi.createDeviceAssurancePolicy(DeviceAssurance deviceAssurance) Create a Device Assurance Policy Creates a new Device Assurance PolicyDeviceAssuranceApi.getDeviceAssurancePolicy(String deviceAssuranceId) Retrieve a Device Assurance Policy Retrieves a Device Assurance Policy by `deviceAssuranceId`DeviceAssuranceApi.replaceDeviceAssurancePolicy(String deviceAssuranceId, DeviceAssurance deviceAssurance) Replace a Device Assurance Policy Replaces a Device Assurance Policy by `deviceAssuranceId`Methods in org.openapitools.client.api that return types with arguments of type DeviceAssuranceModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DeviceAssurance>DeviceAssuranceApi.createDeviceAssurancePolicyWithHttpInfo(DeviceAssurance deviceAssurance) Create a Device Assurance Policy Creates a new Device Assurance Policyorg.springframework.http.ResponseEntity<DeviceAssurance>DeviceAssuranceApi.getDeviceAssurancePolicyWithHttpInfo(String deviceAssuranceId) Retrieve a Device Assurance Policy Retrieves a Device Assurance Policy by `deviceAssuranceId`DeviceAssuranceApi.listDeviceAssurancePolicies()List all Device Assurance Policies Lists all device assurance policiesorg.springframework.http.ResponseEntity<List<DeviceAssurance>>DeviceAssuranceApi.listDeviceAssurancePoliciesWithHttpInfo()List all Device Assurance Policies Lists all device assurance policiesorg.springframework.http.ResponseEntity<DeviceAssurance>DeviceAssuranceApi.replaceDeviceAssurancePolicyWithHttpInfo(String deviceAssuranceId, DeviceAssurance deviceAssurance) Replace a Device Assurance Policy Replaces a Device Assurance Policy by `deviceAssuranceId`Methods in org.openapitools.client.api with parameters of type DeviceAssuranceModifier and TypeMethodDescription<T> TDeviceAssuranceApi.createDeviceAssurancePolicy(Class<?> T, DeviceAssurance deviceAssurance) Create a Device Assurance Policy Creates a new Device Assurance PolicyDeviceAssuranceApi.createDeviceAssurancePolicy(DeviceAssurance deviceAssurance) Create a Device Assurance Policy Creates a new Device Assurance Policyorg.springframework.http.ResponseEntity<DeviceAssurance>DeviceAssuranceApi.createDeviceAssurancePolicyWithHttpInfo(DeviceAssurance deviceAssurance) Create a Device Assurance Policy Creates a new Device Assurance PolicyDeviceAssuranceApi.createDeviceAssurancePolicyWithPaginationInfo(DeviceAssurance deviceAssurance) Create a Device Assurance Policy Creates a new Device Assurance Policy<T> TDeviceAssuranceApi.replaceDeviceAssurancePolicy(Class<?> T, String deviceAssuranceId, DeviceAssurance deviceAssurance) Replace a Device Assurance Policy Replaces a Device Assurance Policy by `deviceAssuranceId`DeviceAssuranceApi.replaceDeviceAssurancePolicy(String deviceAssuranceId, DeviceAssurance deviceAssurance) Replace a Device Assurance Policy Replaces a Device Assurance Policy by `deviceAssuranceId`org.springframework.http.ResponseEntity<DeviceAssurance>DeviceAssuranceApi.replaceDeviceAssurancePolicyWithHttpInfo(String deviceAssuranceId, DeviceAssurance deviceAssurance) Replace a Device Assurance Policy Replaces a Device Assurance Policy by `deviceAssuranceId`DeviceAssuranceApi.replaceDeviceAssurancePolicyWithPaginationInfo(String deviceAssuranceId, DeviceAssurance deviceAssurance) Replace a Device Assurance Policy Replaces a Device Assurance Policy by `deviceAssuranceId` - 
Uses of DeviceAssurance in org.openapitools.client.model
Methods in org.openapitools.client.model that return DeviceAssuranceModifier and TypeMethodDescriptionDeviceAssurance.diskEncryptionType(DeviceAssuranceDiskEncryptionType diskEncryptionType) DeviceAssurance.links(ApiTokenLink links) DeviceAssurance.osVersion(VersionObject osVersion) DeviceAssurance.screenLockType(DeviceAssuranceScreenLockType screenLockType) DeviceAssurance.secureHardwarePresent(Boolean secureHardwarePresent)