Uses of Class
com.microsoft.graph.models.ServicePlanInfo
Packages that use ServicePlanInfo
-
Uses of ServicePlanInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ServicePlanInfoModifier and TypeMethodDescriptionstatic ServicePlanInfoServicePlanInfo.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 ServicePlanInfoModifier and TypeMethodDescriptionLicenseDetails.getServicePlans()Gets the servicePlans property value.SubscribedSku.getServicePlans()Gets the servicePlans property value.CompanySubscription.getServiceStatus()Gets the serviceStatus property value.Method parameters in com.microsoft.graph.models with type arguments of type ServicePlanInfoModifier and TypeMethodDescriptionvoidLicenseDetails.setServicePlans(List<ServicePlanInfo> value) Sets the servicePlans property value.voidSubscribedSku.setServicePlans(List<ServicePlanInfo> value) Sets the servicePlans property value.voidCompanySubscription.setServiceStatus(List<ServicePlanInfo> value) Sets the serviceStatus property value.