public class LicenseInfoDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LicenseInfoDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected AzureADLicenseType |
licenseType |
protected String |
odataType |
protected Integer |
totalAssignedCount |
protected Integer |
totalLicenseCount |
protected Integer |
totalUsageCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
LicenseInfoDetail() |
| Modifier and Type | Method and Description |
|---|---|
static LicenseInfoDetail.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<AzureADLicenseType> |
getLicenseType() |
Optional<Integer> |
getTotalAssignedCount() |
Optional<Integer> |
getTotalLicenseCount() |
Optional<Integer> |
getTotalUsageCount() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
LicenseInfoDetail |
withLicenseType(AzureADLicenseType licenseType) |
LicenseInfoDetail |
withTotalAssignedCount(Integer totalAssignedCount) |
LicenseInfoDetail |
withTotalLicenseCount(Integer totalLicenseCount) |
LicenseInfoDetail |
withTotalUsageCount(Integer totalUsageCount) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected AzureADLicenseType licenseType
protected Integer totalLicenseCount
protected Integer totalAssignedCount
protected Integer totalUsageCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<AzureADLicenseType> getLicenseType()
public LicenseInfoDetail withLicenseType(AzureADLicenseType licenseType)
public LicenseInfoDetail withTotalLicenseCount(Integer totalLicenseCount)
public LicenseInfoDetail withTotalAssignedCount(Integer totalAssignedCount)
public LicenseInfoDetail withTotalUsageCount(Integer totalUsageCount)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static LicenseInfoDetail.Builder builder()
Copyright © 2018–2020. All rights reserved.