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