Uses of Class
odata.msgraph.client.beta.entity.SubscribedSku
-
Packages that use SubscribedSku Package Description odata.msgraph.client.beta.entity -
-
Uses of SubscribedSku in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SubscribedSku Modifier and Type Method Description SubscribedSkuSubscribedSku.Builder. build()SubscribedSkuSubscribedSku. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SubscribedSkuSubscribedSku. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SubscribedSkuSubscribedSku. withAppliesTo(String appliesTo)SubscribedSkuSubscribedSku. withCapabilityStatus(String capabilityStatus)SubscribedSkuSubscribedSku. withConsumedUnits(Integer consumedUnits)SubscribedSkuSubscribedSku. withPrepaidUnits(LicenseUnitsDetail prepaidUnits)SubscribedSkuSubscribedSku. withServicePlans(List<ServicePlanInfo> servicePlans)SubscribedSkuSubscribedSku. withSkuId(UUID skuId)SubscribedSkuSubscribedSku. withSkuPartNumber(String skuPartNumber)SubscribedSkuSubscribedSku. withUnmappedField(String name, String value)
-