public class PrinterShare extends PrinterBase implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
allowAllUsers
The Allow All Users.
|
GroupCollectionPage |
allowedGroups
The Allowed Groups.
|
UserCollectionPage |
allowedUsers
The Allowed Users.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
Printer |
printer
The Printer.
|
capabilities, defaults, displayName, isAcceptingJobs, jobs, location, manufacturer, model, status| Constructor and Description |
|---|
PrinterShare() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="allowAllUsers",
alternate="AllowAllUsers")
@Expose
@Nullable
public java.lang.Boolean allowAllUsers
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@Nullable public GroupCollectionPage allowedGroups
@Nullable public UserCollectionPage allowedUsers
@SerializedName(value="printer",
alternate="Printer")
@Expose
@Nullable
public Printer printer
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class PrinterBaseserializer - the serializerjson - the JSON object to set this object to