Class VppLicensingType.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.VppLicensingType.Builder
-
- Enclosing class:
- VppLicensingType
public static final class VppLicensingType.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VppLicensingTypebuild()VppLicensingType.BuildersupportDeviceLicensing(Boolean supportDeviceLicensing)“Whether the program supports the device licensing type.”VppLicensingType.BuildersupportsDeviceLicensing(Boolean supportsDeviceLicensing)“Whether the program supports the device licensing type.”VppLicensingType.BuildersupportsUserLicensing(Boolean supportsUserLicensing)“Whether the program supports the user licensing type.”VppLicensingType.BuildersupportUserLicensing(Boolean supportUserLicensing)“Whether the program supports the user licensing type.”
-
-
-
Method Detail
-
supportDeviceLicensing
public VppLicensingType.Builder supportDeviceLicensing(Boolean supportDeviceLicensing)
“Whether the program supports the device licensing type.”- Parameters:
supportDeviceLicensing- value ofsupportDeviceLicensingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportsDeviceLicensing
public VppLicensingType.Builder supportsDeviceLicensing(Boolean supportsDeviceLicensing)
“Whether the program supports the device licensing type.”- Parameters:
supportsDeviceLicensing- value ofsupportsDeviceLicensingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportsUserLicensing
public VppLicensingType.Builder supportsUserLicensing(Boolean supportsUserLicensing)
“Whether the program supports the user licensing type.”- Parameters:
supportsUserLicensing- value ofsupportsUserLicensingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportUserLicensing
public VppLicensingType.Builder supportUserLicensing(Boolean supportUserLicensing)
“Whether the program supports the user licensing type.”- Parameters:
supportUserLicensing- value ofsupportUserLicensingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public VppLicensingType build()
-
-