Uses of Class
odata.msgraph.client.beta.entity.PrintConnector
-
Packages that use PrintConnector Package Description odata.msgraph.client.beta.entity -
-
Uses of PrintConnector in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PrintConnector Modifier and Type Method Description PrintConnectorPrintConnector.Builder. build()PrintConnectorPrintConnector. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintConnectorPrintConnector. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintConnectorPrintConnector. withAppVersion(String appVersion)PrintConnectorPrintConnector. withDeviceHealth(DeviceHealth deviceHealth)PrintConnectorPrintConnector. withDisplayName(String displayName)PrintConnectorPrintConnector. withFullyQualifiedDomainName(String fullyQualifiedDomainName)PrintConnectorPrintConnector. withLocation(PrinterLocation location)PrintConnectorPrintConnector. withName(String name)PrintConnectorPrintConnector. withOperatingSystem(String operatingSystem)PrintConnectorPrintConnector. withRegisteredDateTime(OffsetDateTime registeredDateTime)PrintConnectorPrintConnector. withUnmappedField(String name, String value)
-