Uses of Class
odata.msgraph.client.beta.complex.VppLicensingType
-
Packages that use VppLicensingType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VppLicensingType in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VppLicensingType Modifier and Type Method Description VppLicensingTypeVppLicensingType.Builder. build()VppLicensingTypeVppLicensingType. withSupportDeviceLicensing(Boolean supportDeviceLicensing)Returns an immutable copy ofthiswith just thesupportDeviceLicensingfield changed.VppLicensingTypeVppLicensingType. withSupportsDeviceLicensing(Boolean supportsDeviceLicensing)Returns an immutable copy ofthiswith just thesupportsDeviceLicensingfield changed.VppLicensingTypeVppLicensingType. withSupportsUserLicensing(Boolean supportsUserLicensing)Returns an immutable copy ofthiswith just thesupportsUserLicensingfield changed.VppLicensingTypeVppLicensingType. withSupportUserLicensing(Boolean supportUserLicensing)Returns an immutable copy ofthiswith just thesupportUserLicensingfield changed.VppLicensingTypeVppLicensingType. withUnmappedField(String name, String value) -
Uses of VppLicensingType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VppLicensingType Modifier and Type Field Description protected VppLicensingTypeIosVppApp. licensingTypeprotected VppLicensingTypeMacOsVppApp. licensingTypeprotected VppLicensingTypeMicrosoftStoreForBusinessApp. licensingTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type VppLicensingType Modifier and Type Method Description Optional<VppLicensingType>IosVppApp. getLicensingType()“The supported License Type.”Optional<VppLicensingType>MacOsVppApp. getLicensingType()“The supported License Type.”Optional<VppLicensingType>MicrosoftStoreForBusinessApp. getLicensingType()“The supported License Type.”Methods in odata.msgraph.client.beta.entity with parameters of type VppLicensingType Modifier and Type Method Description IosVppApp.BuilderIosVppApp.Builder. licensingType(VppLicensingType licensingType)“The supported License Type.”MacOsVppApp.BuilderMacOsVppApp.Builder. licensingType(VppLicensingType licensingType)“The supported License Type.”MicrosoftStoreForBusinessApp.BuilderMicrosoftStoreForBusinessApp.Builder. licensingType(VppLicensingType licensingType)“The supported License Type.”IosVppAppIosVppApp. withLicensingType(VppLicensingType licensingType)Returns an immutable copy ofthiswith just thelicensingTypefield changed.MacOsVppAppMacOsVppApp. withLicensingType(VppLicensingType licensingType)Returns an immutable copy ofthiswith just thelicensingTypefield changed.MicrosoftStoreForBusinessAppMicrosoftStoreForBusinessApp. withLicensingType(VppLicensingType licensingType)Returns an immutable copy ofthiswith just thelicensingTypefield changed.
-