| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
VppLicensingType |
VppLicensingType.Builder.build() |
VppLicensingType |
VppLicensingType.withSupportDeviceLicensing(Boolean supportDeviceLicensing)
Returns an immutable copy of
this with just the supportDeviceLicensing field changed. |
VppLicensingType |
VppLicensingType.withSupportsDeviceLicensing(Boolean supportsDeviceLicensing)
Returns an immutable copy of
this with just the supportsDeviceLicensing field changed. |
VppLicensingType |
VppLicensingType.withSupportsUserLicensing(Boolean supportsUserLicensing)
Returns an immutable copy of
this with just the supportsUserLicensing field changed. |
VppLicensingType |
VppLicensingType.withSupportUserLicensing(Boolean supportUserLicensing)
Returns an immutable copy of
this with just the supportUserLicensing field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected VppLicensingType |
MicrosoftStoreForBusinessApp.licensingType |
protected VppLicensingType |
IosVppApp.licensingType |
protected VppLicensingType |
MacOsVppApp.licensingType |
| Modifier and Type | Method and Description |
|---|---|
Optional<VppLicensingType> |
MicrosoftStoreForBusinessApp.getLicensingType()
“The supported License Type.”
|
Optional<VppLicensingType> |
IosVppApp.getLicensingType()
“The supported License Type.”
|
Optional<VppLicensingType> |
MacOsVppApp.getLicensingType()
“The supported License Type.”
|
| Modifier and Type | Method and Description |
|---|---|
MicrosoftStoreForBusinessApp.Builder |
MicrosoftStoreForBusinessApp.Builder.licensingType(VppLicensingType licensingType)
“The supported License Type.”
|
IosVppApp.Builder |
IosVppApp.Builder.licensingType(VppLicensingType licensingType)
“The supported License Type.”
|
MacOsVppApp.Builder |
MacOsVppApp.Builder.licensingType(VppLicensingType licensingType)
“The supported License Type.”
|
MicrosoftStoreForBusinessApp |
MicrosoftStoreForBusinessApp.withLicensingType(VppLicensingType licensingType)
Returns an immutable copy of
this with just the licensingType
field changed. |
IosVppApp |
IosVppApp.withLicensingType(VppLicensingType licensingType)
Returns an immutable copy of
this with just the licensingType
field changed. |
MacOsVppApp |
MacOsVppApp.withLicensingType(VppLicensingType licensingType)
Returns an immutable copy of
this with just the licensingType
field changed. |
Copyright © 2018–2020. All rights reserved.