public class HSMComponentButton extends Object
| Constructor and Description |
|---|
HSMComponentButton() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutofillText() |
List<String> |
getExample() |
HSMOTPButtonType |
getOtpType() |
String |
getPackageName() |
String |
getPhone_number() |
String |
getSignatureHash() |
String |
getText() |
HSMComponentButtonType |
getType() |
String |
getUrl() |
void |
setAutofillText(String autofillText) |
void |
setExample(List<String> example) |
void |
setOtpType(HSMOTPButtonType otpType) |
void |
setPackageName(String packageName) |
void |
setPhone_number(String phone_number) |
void |
setSignatureHash(String signatureHash) |
void |
setText(String text) |
void |
setType(HSMComponentButtonType type) |
void |
setUrl(String url) |
String |
toString() |
void |
validateButtonExample()
Check if example field is able to use.
|
public HSMComponentButtonType getType()
public void setType(HSMComponentButtonType type)
public String getText()
public void setText(String text)
public String getUrl()
public void setUrl(String url)
public String getPhone_number()
public void setPhone_number(String phone_number)
public HSMOTPButtonType getOtpType()
public void setOtpType(HSMOTPButtonType otpType)
public String getAutofillText()
public void setAutofillText(String autofillText)
public String getPackageName()
public void setPackageName(String packageName)
public String getSignatureHash()
public void setSignatureHash(String signatureHash)
public void validateButtonExample()
throws IllegalArgumentException
IllegalArgumentException - Occurs if button type is not URL or QUICK_REPLY.Copyright © 2024. All rights reserved.