Uses of Class
odata.msgraph.client.beta.complex.ServicePlanInfo
-
Packages that use ServicePlanInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ServicePlanInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ServicePlanInfo Modifier and Type Method Description ServicePlanInfoServicePlanInfo.Builder. build()ServicePlanInfoServicePlanInfo. withAppliesTo(String appliesTo)ServicePlanInfoServicePlanInfo. withProvisioningStatus(String provisioningStatus)ServicePlanInfoServicePlanInfo. withServicePlanId(UUID servicePlanId)ServicePlanInfoServicePlanInfo. withServicePlanName(String servicePlanName)ServicePlanInfoServicePlanInfo. withUnmappedField(String name, String value) -
Uses of ServicePlanInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ServicePlanInfo Modifier and Type Field Description protected List<ServicePlanInfo>LicenseDetails. servicePlansprotected List<ServicePlanInfo>SubscribedSku. servicePlansMethods in odata.msgraph.client.beta.entity that return types with arguments of type ServicePlanInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ServicePlanInfo>LicenseDetails. getServicePlans()com.github.davidmoten.odata.client.CollectionPage<ServicePlanInfo>LicenseDetails. getServicePlans(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<ServicePlanInfo>SubscribedSku. getServicePlans()com.github.davidmoten.odata.client.CollectionPage<ServicePlanInfo>SubscribedSku. getServicePlans(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type ServicePlanInfo Modifier and Type Method Description LicenseDetails.BuilderLicenseDetails.Builder. servicePlans(ServicePlanInfo... servicePlans)SubscribedSku.BuilderSubscribedSku.Builder. servicePlans(ServicePlanInfo... servicePlans)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ServicePlanInfo Modifier and Type Method Description LicenseDetails.BuilderLicenseDetails.Builder. servicePlans(List<ServicePlanInfo> servicePlans)SubscribedSku.BuilderSubscribedSku.Builder. servicePlans(List<ServicePlanInfo> servicePlans)LicenseDetailsLicenseDetails. withServicePlans(List<ServicePlanInfo> servicePlans)SubscribedSkuSubscribedSku. withServicePlans(List<ServicePlanInfo> servicePlans)
-