Uses of Class
odata.msgraph.client.complex.PublicError
-
-
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 PublicErrorProtectionRuleBase. errorprotected PublicErrorProtectionUnitBase. errorprotected PublicErrorRestoreArtifactBase. errorprotected PublicErrorRestoreSessionBase. errorprotected PublicErrorRichLongRunningOperation. errorprotected PublicErrorSite. errorMethods in odata.msgraph.client.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>ProtectionRuleBase. getError()Optional<PublicError>ProtectionUnitBase. getError()Optional<PublicError>RestoreArtifactBase. getError()Optional<PublicError>RestoreSessionBase. getError()Optional<PublicError>RichLongRunningOperation. getError()Optional<PublicError>Site. getError() -
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.partners.billing.entity
Fields in odata.msgraph.client.partners.billing.entity declared as PublicError Modifier and Type Field Description protected PublicErrorFailedOperation. errorMethods in odata.msgraph.client.partners.billing.entity that return types with arguments of type PublicError Modifier and Type Method Description Optional<PublicError>FailedOperation. getError()Methods in odata.msgraph.client.partners.billing.entity with parameters of type PublicError Modifier and Type Method Description FailedOperation.BuilderFailedOperation.Builder. error(PublicError error)FailedOperationFailedOperation. 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)
-