Uses of Class
odata.msgraph.client.complex.PublicError
-
Packages that use PublicError Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.externalconnectors.entity -
-
Uses of PublicError in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PublicError Modifier and Type Field Description protected PublicErrorActionResultPart. errorprotected PublicErrorSubjectRightsRequestStageDetail. errorMethods in odata.msgraph.client.complex that return PublicError Modifier and Type Method Description PublicErrorPublicError.Builder. build()PublicErrorPublicError. withCode(String code)PublicErrorPublicError. withInnerError(PublicInnerError innerError)PublicErrorPublicError. withMessage(String message)PublicErrorPublicError. withTarget(String target)PublicErrorPublicError. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ActionResultPart. getError()Optional<PublicError>SubjectRightsRequestStageDetail. getError()Methods in odata.msgraph.client.complex with parameters of type PublicError Modifier and Type Method Description AadUserConversationMemberResult.BuilderAadUserConversationMemberResult.Builder. error(PublicError error)SubjectRightsRequestStageDetail.BuilderSubjectRightsRequestStageDetail.Builder. error(PublicError error)ActionResultPartActionResultPart. withError(PublicError error)SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withError(PublicError error) -
Uses of PublicError in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PublicError Modifier and Type Field Description protected PublicErrorSite. errorMethods in odata.msgraph.client.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>Site. getError()Methods in odata.msgraph.client.entity with parameters of type PublicError Modifier and Type Method Description Site.BuilderSite.Builder. error(PublicError error)SiteSite. withError(PublicError error) -
Uses of PublicError in odata.msgraph.client.externalconnectors.entity
Fields in odata.msgraph.client.externalconnectors.entity declared as PublicError Modifier and Type Field Description protected PublicErrorConnectionOperation. errorMethods in odata.msgraph.client.externalconnectors.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ConnectionOperation. getError()Methods in odata.msgraph.client.externalconnectors.entity with parameters of type PublicError Modifier and Type Method Description ConnectionOperation.BuilderConnectionOperation.Builder. error(PublicError error)ConnectionOperationConnectionOperation. withError(PublicError error)
-