public final class UpdateRequest extends Request
Modifier and Type | Class and Description |
---|---|
static class |
UpdateRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getFromVersion()
Current version of a package installed on the device.
|
String |
getPackageId()
Unique package identifier for a client.
|
String |
getToVersion()
Latest version of a package being installed on the device.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static UpdateRequest.Builder builder()
public String getPackageId()
public String getFromVersion()
public String getToVersion()
Copyright © 2023. All rights reserved.