Uses of Class
odata.msgraph.client.beta.managed.tenants.complex.GraphAPIErrorDetails
-
Packages that use GraphAPIErrorDetails Package Description odata.msgraph.client.beta.managed.tenants.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of GraphAPIErrorDetails in odata.msgraph.client.beta.managed.tenants.complex
Methods in odata.msgraph.client.beta.managed.tenants.complex that return GraphAPIErrorDetails Modifier and Type Method Description GraphAPIErrorDetailsGraphAPIErrorDetails.Builder. build()GraphAPIErrorDetailsGraphAPIErrorDetails. withCode(String code)GraphAPIErrorDetailsGraphAPIErrorDetails. withMessage(String message)GraphAPIErrorDetailsGraphAPIErrorDetails. withUnmappedField(String name, String value) -
Uses of GraphAPIErrorDetails in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity declared as GraphAPIErrorDetails Modifier and Type Field Description protected GraphAPIErrorDetailsManagementTemplateStepDeployment. errorMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type GraphAPIErrorDetails Modifier and Type Method Description Optional<GraphAPIErrorDetails>ManagementTemplateStepDeployment. getError()Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type GraphAPIErrorDetails Modifier and Type Method Description ManagementTemplateStepDeployment.BuilderManagementTemplateStepDeployment.Builder. error(GraphAPIErrorDetails error)ManagementTemplateStepDeploymentManagementTemplateStepDeployment. withError(GraphAPIErrorDetails error)
-