Uses of Class
odata.msgraph.client.beta.complex.DeviceComplianceScriptError
-
Packages that use DeviceComplianceScriptError Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceComplianceScriptError in odata.msgraph.client.beta.complex
Subclasses of DeviceComplianceScriptError in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeviceComplianceScriptRuleErrorFields in odata.msgraph.client.beta.complex with type parameters of type DeviceComplianceScriptError Modifier and Type Field Description protected List<DeviceComplianceScriptError>DeviceComplianceScriptValidationResult. scriptErrorsMethods in odata.msgraph.client.beta.complex that return DeviceComplianceScriptError Modifier and Type Method Description DeviceComplianceScriptErrorDeviceComplianceScriptError.Builder. build()DeviceComplianceScriptErrorDeviceComplianceScriptError. withCode(Code code)Returns an immutable copy ofthiswith just thecodefield changed.DeviceComplianceScriptErrorDeviceComplianceScriptError. withDeviceComplianceScriptRulesValidationError(DeviceComplianceScriptRulesValidationError deviceComplianceScriptRulesValidationError)Returns an immutable copy ofthiswith just thedeviceComplianceScriptRulesValidationErrorfield changed.DeviceComplianceScriptErrorDeviceComplianceScriptError. withMessage(String message)Returns an immutable copy ofthiswith just themessagefield changed.DeviceComplianceScriptErrorDeviceComplianceScriptError. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceComplianceScriptError Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError>DeviceComplianceScriptValidationResult. getScriptErrors()“Errors in json for the script.”com.github.davidmoten.odata.client.CollectionPage<DeviceComplianceScriptError>DeviceComplianceScriptValidationResult. getScriptErrors(com.github.davidmoten.odata.client.HttpRequestOptions options)“Errors in json for the script.”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceComplianceScriptError Modifier and Type Method Description DeviceComplianceScriptValidationResult.BuilderDeviceComplianceScriptValidationResult.Builder. scriptErrors(DeviceComplianceScriptError... scriptErrors)“Errors in json for the script.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceComplianceScriptError Modifier and Type Method Description DeviceComplianceScriptValidationResult.BuilderDeviceComplianceScriptValidationResult.Builder. scriptErrors(List<DeviceComplianceScriptError> scriptErrors)“Errors in json for the script.”
-