public class PatchSubscriptionInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchSubscriptionInput.Builder
Class to build instances of
PatchSubscriptionInput. |
| Constructor and Description |
|---|
PatchSubscriptionInput()
Default constructor.
|
PatchSubscriptionInput(String id,
String contentType,
List<Patch> body)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
getBody()
Getter for Body.
|
String |
getContentType()
Getter for ContentType.
|
String |
getId()
Getter for Id.
|
void |
setBody(List<Patch> body)
Setter for Body.
|
void |
setId(String id)
Setter for Id.
|
PatchSubscriptionInput.Builder |
toBuilder()
Builds a new
PatchSubscriptionInput.Builder object. |
String |
toString()
Converts this PatchSubscriptionInput into string format.
|
public String getId()
public void setId(String id)
id - Value for Stringpublic String getContentType()
public void setBody(List<Patch> body)
body - Value for List of Patchpublic String toString()
public PatchSubscriptionInput.Builder toBuilder()
PatchSubscriptionInput.Builder object.
Creates the instance with the state of the current model.PatchSubscriptionInput.Builder objectCopyright © 2026. All rights reserved.