Uses of Class
odata.msgraph.client.beta.complex.LicenseInfoDetail.Builder
-
Packages that use LicenseInfoDetail.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of LicenseInfoDetail.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return LicenseInfoDetail.Builder Modifier and Type Method Description static LicenseInfoDetail.BuilderLicenseInfoDetail. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).LicenseInfoDetail.BuilderLicenseInfoDetail.Builder. licenseType(AzureADLicenseType licenseType)LicenseInfoDetail.BuilderLicenseInfoDetail.Builder. totalAssignedCount(Integer totalAssignedCount)LicenseInfoDetail.BuilderLicenseInfoDetail.Builder. totalLicenseCount(Integer totalLicenseCount)LicenseInfoDetail.BuilderLicenseInfoDetail.Builder. totalUsageCount(Integer totalUsageCount)
-