Uses of Class
odata.msgraph.client.beta.complex.PublicError
-
Packages that use PublicError Package Description microsoft.graph.externalconnectors.entity odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PublicError in microsoft.graph.externalconnectors.entity
Fields in microsoft.graph.externalconnectors.entity declared as PublicError Modifier and Type Field Description protected PublicErrorConnectionOperation. errorMethods in microsoft.graph.externalconnectors.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ConnectionOperation. getError()Methods in microsoft.graph.externalconnectors.entity with parameters of type PublicError Modifier and Type Method Description ConnectionOperation.BuilderConnectionOperation.Builder. error(PublicError error)ConnectionOperationConnectionOperation. withError(PublicError error) -
Uses of PublicError in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PublicError Modifier and Type Field Description protected PublicErrorActionResultPart. errorprotected PublicErrorParseExpressionResponse. errorprotected PublicErrorPublicErrorResponse. errorprotected PublicErrorSubjectRightsRequestStageDetail. errorMethods in odata.msgraph.client.beta.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.beta.complex that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ActionResultPart. getError()Optional<PublicError>ParseExpressionResponse. getError()Optional<PublicError>PublicErrorResponse. getError()Optional<PublicError>SubjectRightsRequestStageDetail. getError()Methods in odata.msgraph.client.beta.complex with parameters of type PublicError Modifier and Type Method Description AadUserConversationMemberResult.BuilderAadUserConversationMemberResult.Builder. error(PublicError error)ParseExpressionResponse.BuilderParseExpressionResponse.Builder. error(PublicError error)PublicErrorResponse.BuilderPublicErrorResponse.Builder. error(PublicError error)SubjectRightsRequestStageDetail.BuilderSubjectRightsRequestStageDetail.Builder. error(PublicError error)ActionResultPartActionResultPart. withError(PublicError error)ParseExpressionResponseParseExpressionResponse. withError(PublicError error)PublicErrorResponsePublicErrorResponse. withError(PublicError error)SubjectRightsRequestStageDetailSubjectRightsRequestStageDetail. withError(PublicError error) -
Uses of PublicError in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PublicError Modifier and Type Field Description protected PublicErrorConnectionOperation. errorprotected PublicErrorRichLongRunningOperation. errorMethods in odata.msgraph.client.beta.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ConnectionOperation. getError()Optional<PublicError>RichLongRunningOperation. getError()Methods in odata.msgraph.client.beta.entity with parameters of type PublicError Modifier and Type Method Description ConnectionOperation.BuilderConnectionOperation.Builder. error(PublicError error)RichLongRunningOperation.BuilderRichLongRunningOperation.Builder. error(PublicError error)ConnectionOperationConnectionOperation. withError(PublicError error)RichLongRunningOperationRichLongRunningOperation. withError(PublicError error)
-