Uses of Class
com.microsoft.graph.models.LandingPageDetail
Packages that use LandingPageDetail
-
Uses of LandingPageDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LandingPageDetailModifier and TypeMethodDescriptionstatic LandingPageDetailLandingPageDetail.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 LandingPageDetailModifier and TypeMethodDescriptionLandingPage.getDetails()Gets the details property value.LandingPageDetailCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type LandingPageDetailModifier and TypeMethodDescriptionvoidLandingPage.setDetails(List<LandingPageDetail> value) Sets the details property value.voidLandingPageDetailCollectionResponse.setValue(List<LandingPageDetail> value) Sets the value property value.