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