Class RetrievePrintersRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.RetrievePrintersRequest
Request to retrieve all available printers
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorRetrievePrintersRequest(com.clover.sdk.v3.printer.PrintCategory printCategory) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncom.clover.sdk.v3.printer.PrintCategoryGet the field value
-
Constructor Details
-
RetrievePrintersRequest
public RetrievePrintersRequest()Constructor -
RetrievePrintersRequest
public RetrievePrintersRequest(com.clover.sdk.v3.printer.PrintCategory printCategory) Constructor- Parameters:
printCategory- category of printers to retrieve
-
-
Method Details
-
getCategory
public com.clover.sdk.v3.printer.PrintCategory getCategory()Get the field value- Returns:
- category of printers to retrieve
-