Uses of Class
com.microsoft.graph.models.LandingPage
Packages that use LandingPage
-
Uses of LandingPage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LandingPageModifier and TypeMethodDescriptionstatic LandingPageLandingPage.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueSimulation.getLandingPage()Gets the landingPage property value.Methods in com.microsoft.graph.models that return types with arguments of type LandingPageModifier and TypeMethodDescriptionAttackSimulationRoot.getLandingPages()Gets the landingPages property value.LandingPageCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type LandingPageModifier and TypeMethodDescriptionvoidSimulation.setLandingPage(LandingPage value) Sets the landingPage property value.Method parameters in com.microsoft.graph.models with type arguments of type LandingPageModifier and TypeMethodDescriptionvoidAttackSimulationRoot.setLandingPages(List<LandingPage> value) Sets the landingPages property value.voidLandingPageCollectionResponse.setValue(List<LandingPage> value) Sets the value property value.