public class CodeDeliveryDetailsType extends Object implements Serializable
The code delivery details being returned from the server.
| Constructor and Description |
|---|
CodeDeliveryDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttributeName()
The attribute name.
|
String |
getDeliveryMedium()
The delivery medium (email message or phone number).
|
String |
getDestination()
The destination for the code delivery details.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The attribute name.
|
void |
setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
void |
setDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
|
void |
setDestination(String destination)
The destination for the code delivery details.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CodeDeliveryDetailsType |
withAttributeName(String attributeName)
The attribute name.
|
CodeDeliveryDetailsType |
withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
withDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
|
CodeDeliveryDetailsType |
withDestination(String destination)
The destination for the code delivery details.
|
public String getDestination()
The destination for the code delivery details.
The destination for the code delivery details.
public void setDestination(String destination)
The destination for the code delivery details.
destination - The destination for the code delivery details.
public CodeDeliveryDetailsType withDestination(String destination)
The destination for the code delivery details.
Returns a reference to this object so that method calls can be chained together.
destination - The destination for the code delivery details.
public String getDeliveryMedium()
The delivery medium (email message or phone number).
Constraints:
Allowed Values: SMS, EMAIL
The delivery medium (email message or phone number).
DeliveryMediumTypepublic void setDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium - The delivery medium (email message or phone number).
DeliveryMediumTypepublic CodeDeliveryDetailsType withDeliveryMedium(String deliveryMedium)
The delivery medium (email message or phone number).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium - The delivery medium (email message or phone number).
DeliveryMediumTypepublic void setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium - The delivery medium (email message or phone number).
DeliveryMediumTypepublic CodeDeliveryDetailsType withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SMS, EMAIL
deliveryMedium - The delivery medium (email message or phone number).
DeliveryMediumTypepublic String getAttributeName()
The attribute name.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The attribute name.
public void setAttributeName(String attributeName)
The attribute name.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName - The attribute name.
public CodeDeliveryDetailsType withAttributeName(String attributeName)
The attribute name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 32
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
attributeName - The attribute name.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.