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 odata.msgraph.client.security.complex -
-
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 PublicErrorParseExpressionResponse. errorprotected PublicErrorPublicErrorResponse. 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, Object 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>ParseExpressionResponse. getError()Optional<PublicError>PublicErrorResponse. 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)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.entity
Fields in odata.msgraph.client.entity declared as PublicError Modifier and Type Field Description protected PublicErrorRichLongRunningOperation. errorprotected PublicErrorSite. errorMethods in odata.msgraph.client.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>RichLongRunningOperation. getError()Optional<PublicError>Site. getError()Methods in odata.msgraph.client.entity with parameters of type PublicError Modifier and Type Method Description RichLongRunningOperation.BuilderRichLongRunningOperation.Builder. error(PublicError error)Site.BuilderSite.Builder. error(PublicError error)RichLongRunningOperationRichLongRunningOperation. withError(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. errorprotected PublicErrorExternalActivityResult. errorMethods in odata.msgraph.client.externalconnectors.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ConnectionOperation. getError()Optional<PublicError>ExternalActivityResult. getError()Methods in odata.msgraph.client.externalconnectors.entity with parameters of type PublicError Modifier and Type Method Description ConnectionOperation.BuilderConnectionOperation.Builder. error(PublicError error)ExternalActivityResult.BuilderExternalActivityResult.Builder. error(PublicError error)ConnectionOperationConnectionOperation. withError(PublicError error)ExternalActivityResultExternalActivityResult. withError(PublicError error) -
Uses of PublicError in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as PublicError Modifier and Type Field Description protected PublicErrorRetentionEventStatus. errorMethods in odata.msgraph.client.security.complex that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>RetentionEventStatus. getError()Methods in odata.msgraph.client.security.complex with parameters of type PublicError Modifier and Type Method Description RetentionEventStatus.BuilderRetentionEventStatus.Builder. error(PublicError error)RetentionEventStatusRetentionEventStatus. withError(PublicError error)
-