Uses of Class
com.microsoft.graph.models.Application
Packages that use Application
-
Uses of Application in com.microsoft.graph.models
Subclasses of Application in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ApplicationModifier and TypeMethodDescriptionstatic ApplicationApplication.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueApplicationServicePrincipal.getApplication()Gets the application property value.Methods in com.microsoft.graph.models that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ApplicationModifier and TypeMethodDescriptionvoidApplicationServicePrincipal.setApplication(Application value) Sets the application property value.Method parameters in com.microsoft.graph.models with type arguments of type ApplicationModifier and TypeMethodDescriptionvoidApplicationCollectionResponse.setValue(List<Application> value) Sets the value property value.