public class CreateSubscriptionRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateSubscriptionRequest.Builder |
Constructor and Description |
---|
CreateSubscriptionRequest(String amount,
String period,
SubscriptionResource resource) |
Modifier and Type | Method and Description |
---|---|
String |
getAmount() |
String |
getPeriod() |
SubscriptionResource |
getResource() |
String |
toString() |
public CreateSubscriptionRequest(String amount, String period, SubscriptionResource resource)
public String getAmount()
public String getPeriod()
public SubscriptionResource getResource()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.