Uses of Class
com.microsoft.graph.models.CustomExtensionBehaviorOnError
Packages that use CustomExtensionBehaviorOnError
-
Uses of CustomExtensionBehaviorOnError in com.microsoft.graph.models
Subclasses of CustomExtensionBehaviorOnError in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return CustomExtensionBehaviorOnErrorModifier and TypeMethodDescriptionCustomExtensionBehaviorOnError.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCustomAuthenticationExtension.getBehaviorOnError()Gets the behaviorOnError property value.CustomExtensionOverwriteConfiguration.getBehaviorOnError()Gets the behaviorOnError property value.Methods in com.microsoft.graph.models with parameters of type CustomExtensionBehaviorOnErrorModifier and TypeMethodDescriptionvoidCustomAuthenticationExtension.setBehaviorOnError(CustomExtensionBehaviorOnError value) Sets the behaviorOnError property value.voidCustomExtensionOverwriteConfiguration.setBehaviorOnError(CustomExtensionBehaviorOnError value) Sets the behaviorOnError property value.