public class AddressInformationInput extends Object
Constructor and Description |
---|
AddressInformationInput() |
Modifier and Type | Method and Description |
---|---|
AddressInformationInput |
addressInformation(AddressInformation addressInformation) |
AddressInformationInput |
displayLevelCode(String displayLevelCode) |
boolean |
equals(Object o) |
AddressInformation |
getAddressInformation()
Get addressInformation
|
String |
getDisplayLevelCode()
Specifies the display level for the recipient.
|
String |
getReceiveInResponse()
When set to **true**, the information needs to be returned in the response.
|
int |
hashCode() |
AddressInformationInput |
receiveInResponse(String receiveInResponse) |
void |
setAddressInformation(AddressInformation addressInformation) |
void |
setDisplayLevelCode(String displayLevelCode) |
void |
setReceiveInResponse(String receiveInResponse) |
String |
toString() |
public AddressInformationInput addressInformation(AddressInformation addressInformation)
public AddressInformation getAddressInformation()
public void setAddressInformation(AddressInformation addressInformation)
public AddressInformationInput displayLevelCode(String displayLevelCode)
public String getDisplayLevelCode()
public void setDisplayLevelCode(String displayLevelCode)
public AddressInformationInput receiveInResponse(String receiveInResponse)
public String getReceiveInResponse()
public void setReceiveInResponse(String receiveInResponse)
Copyright © 2018. All rights reserved.