Uses of Class
com.microsoft.graph.models.GenericError
Packages that use GenericError
-
Uses of GenericError in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return GenericErrorModifier and TypeMethodDescriptionstatic GenericErrorGenericError.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueConvertIdResult.getErrorDetails()Gets the errorDetails property value.Methods in com.microsoft.graph.models that return types with arguments of type GenericErrorModifier and TypeMethodDescriptionAuthenticationConfigurationValidation.getErrors()Gets the errors property value.WebApplicationFirewallVerificationResult.getErrors()Gets the errors property value.AuthenticationConfigurationValidation.getWarnings()Gets the warnings property value.WebApplicationFirewallVerificationResult.getWarnings()Gets the warnings property value.Methods in com.microsoft.graph.models with parameters of type GenericErrorModifier and TypeMethodDescriptionvoidConvertIdResult.setErrorDetails(GenericError value) Sets the errorDetails property value.Method parameters in com.microsoft.graph.models with type arguments of type GenericErrorModifier and TypeMethodDescriptionvoidAuthenticationConfigurationValidation.setErrors(List<GenericError> value) Sets the errors property value.voidWebApplicationFirewallVerificationResult.setErrors(List<GenericError> value) Sets the errors property value.voidAuthenticationConfigurationValidation.setWarnings(List<GenericError> value) Sets the warnings property value.voidWebApplicationFirewallVerificationResult.setWarnings(List<GenericError> value) Sets the warnings property value.