Uses of Class
com.microsoft.graph.models.CustomAuthenticationExtension
Packages that use CustomAuthenticationExtension
-
Uses of CustomAuthenticationExtension in com.microsoft.graph.models
Subclasses of CustomAuthenticationExtension in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.microsoft.graph.models that return CustomAuthenticationExtensionModifier and TypeMethodDescriptionCustomAuthenticationExtension.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type CustomAuthenticationExtensionModifier and TypeMethodDescriptionIdentityContainer.getCustomAuthenticationExtensions()Gets the customAuthenticationExtensions property value.CustomAuthenticationExtensionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type CustomAuthenticationExtensionModifier and TypeMethodDescriptionvoidIdentityContainer.setCustomAuthenticationExtensions(List<CustomAuthenticationExtension> value) Sets the customAuthenticationExtensions property value.voidCustomAuthenticationExtensionCollectionResponse.setValue(List<CustomAuthenticationExtension> value) Sets the value property value.