Class LicenseInfoDetail.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.LicenseInfoDetail.Builder
-
- Enclosing class:
- LicenseInfoDetail
public static final class LicenseInfoDetail.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseInfoDetailbuild()LicenseInfoDetail.BuilderlicenseType(AzureADLicenseType licenseType)LicenseInfoDetail.BuildertotalAssignedCount(Integer totalAssignedCount)LicenseInfoDetail.BuildertotalLicenseCount(Integer totalLicenseCount)LicenseInfoDetail.BuildertotalUsageCount(Integer totalUsageCount)
-
-
-
Method Detail
-
licenseType
public LicenseInfoDetail.Builder licenseType(AzureADLicenseType licenseType)
-
totalAssignedCount
public LicenseInfoDetail.Builder totalAssignedCount(Integer totalAssignedCount)
-
totalLicenseCount
public LicenseInfoDetail.Builder totalLicenseCount(Integer totalLicenseCount)
-
totalUsageCount
public LicenseInfoDetail.Builder totalUsageCount(Integer totalUsageCount)
-
build
public LicenseInfoDetail build()
-
-