public final class PrintImageRequest extends BaseRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
PrintImageRequest.Builder |
type, version| Modifier and Type | Method and Description |
|---|---|
static PrintImageRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription()
description of the image
|
String |
getImageType()
type of the image
|
String |
getTitle()
title of the image
|
String |
getUrl()
url of the image
|
int |
hashCode() |
String |
toString() |
getType, getVersionpublic static PrintImageRequest.Builder builder()
public String getTitle()
public String getUrl()
public String getDescription()
public String getImageType()
public boolean equals(Object o)
equals in class BaseRequestpublic int hashCode()
hashCode in class BaseRequestpublic String toString()
toString in class BaseRequestCopyright © 2023. All rights reserved.