public class PaymentKeyReferenceBuilder extends Object implements io.vrap.rmf.base.client.Builder<PaymentKeyReference>
Constructor and Description |
---|
PaymentKeyReferenceBuilder() |
Modifier and Type | Method and Description |
---|---|
PaymentKeyReference |
build() |
PaymentKeyReference |
buildUnchecked()
builds PaymentKeyReference without checking for non null required values
|
String |
getKey() |
PaymentKeyReferenceBuilder |
key(String key) |
static PaymentKeyReferenceBuilder |
of() |
static PaymentKeyReferenceBuilder |
of(PaymentKeyReference template) |
public PaymentKeyReferenceBuilder key(String key)
public String getKey()
public PaymentKeyReference build()
build
in interface io.vrap.rmf.base.client.Builder<PaymentKeyReference>
public PaymentKeyReference buildUnchecked()
public static PaymentKeyReferenceBuilder of()
public static PaymentKeyReferenceBuilder of(PaymentKeyReference template)