Package com.microsoft.graph.models
Class PrinterCreateParameterSet
java.lang.Object
com.microsoft.graph.models.PrinterCreateParameterSet
The class for the Printer Create Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the PrinterCreateParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe certificate Signing Request.The connector Id.The display Name.The has Physical Device.The manufacturer.The model.The physical Device Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PrinterCreateParameterSetprotected
Instiaciates a new PrinterCreateParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe display Name. -
manufacturer
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturerThe manufacturer. -
model
The model. -
physicalDeviceId
@SerializedName(value="physicalDeviceId", alternate="PhysicalDeviceId") @Expose @Nullable public String physicalDeviceIdThe physical Device Id. -
hasPhysicalDevice
@SerializedName(value="hasPhysicalDevice", alternate="HasPhysicalDevice") @Expose @Nullable public Boolean hasPhysicalDeviceThe has Physical Device. -
certificateSigningRequest
@SerializedName(value="certificateSigningRequest", alternate="CertificateSigningRequest") @Expose @Nullable public PrintCertificateSigningRequest certificateSigningRequestThe certificate Signing Request. -
connectorId
@SerializedName(value="connectorId", alternate="ConnectorId") @Expose @Nullable public String connectorIdThe connector Id.
-
-
Constructor Details
-
PrinterCreateParameterSet
public PrinterCreateParameterSet()Instiaciates a new PrinterCreateParameterSet -
PrinterCreateParameterSet
protected PrinterCreateParameterSet(@Nonnull PrinterCreateParameterSet.PrinterCreateParameterSetBuilder builder) Instiaciates a new PrinterCreateParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-