Uses of Class
com.microsoft.graph.models.PublicErrorDetail
Packages that use PublicErrorDetail
-
Uses of PublicErrorDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PublicErrorDetailModifier and TypeMethodDescriptionstatic PublicErrorDetailPublicErrorDetail.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type PublicErrorDetailModifier and TypeMethodDescriptionPublicError.getDetails()Gets the details property value.PublicInnerError.getDetails()Gets the details property value.Method parameters in com.microsoft.graph.models with type arguments of type PublicErrorDetailModifier and TypeMethodDescriptionvoidPublicError.setDetails(List<PublicErrorDetail> value) Sets the details property value.voidPublicInnerError.setDetails(List<PublicErrorDetail> value) Sets the details property value.