84 строки
5.7 KiB
YAML
84 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.sms.models.SmsSendOptions"
|
|
fullName: "com.azure.communication.sms.models.SmsSendOptions"
|
|
name: "SmsSendOptions"
|
|
nameWithType: "SmsSendOptions"
|
|
summary: "The Sms<wbr>Send<wbr>Options model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SmsSendOptions**"
|
|
constructors:
|
|
- uid: "com.azure.communication.sms.models.SmsSendOptions.SmsSendOptions()"
|
|
fullName: "com.azure.communication.sms.models.SmsSendOptions.SmsSendOptions()"
|
|
name: "SmsSendOptions()"
|
|
nameWithType: "SmsSendOptions.SmsSendOptions()"
|
|
syntax: "public SmsSendOptions()"
|
|
methods:
|
|
- uid: "com.azure.communication.sms.models.SmsSendOptions.getTag()"
|
|
fullName: "com.azure.communication.sms.models.SmsSendOptions.getTag()"
|
|
name: "getTag()"
|
|
nameWithType: "SmsSendOptions.getTag()"
|
|
summary: "Get the tag property: Use this field to provide metadata that will then be sent back in the corresponding Delivery Report."
|
|
syntax: "public String getTag()"
|
|
desc: "Get the tag property: Use this field to provide metadata that will then be sent back in the corresponding Delivery Report."
|
|
returns:
|
|
description: "the tag value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.communication.sms.models.SmsSendOptions.isDeliveryReportEnabled()"
|
|
fullName: "com.azure.communication.sms.models.SmsSendOptions.isDeliveryReportEnabled()"
|
|
name: "isDeliveryReportEnabled()"
|
|
nameWithType: "SmsSendOptions.isDeliveryReportEnabled()"
|
|
summary: "Get the delivery<wbr>Report<wbr>Enabled property: Enable this flag to receive a delivery report for this message on the Azure Resource Event<wbr>Grid."
|
|
syntax: "public boolean isDeliveryReportEnabled()"
|
|
desc: "Get the deliveryReportEnabled property: Enable this flag to receive a delivery report for this message on the Azure Resource EventGrid."
|
|
returns:
|
|
description: "the deliveryReportEnabled value."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.sms.models.SmsSendOptions.setDeliveryReportEnabled(boolean)"
|
|
fullName: "com.azure.communication.sms.models.SmsSendOptions.setDeliveryReportEnabled(boolean deliveryReportEnabled)"
|
|
name: "setDeliveryReportEnabled(boolean deliveryReportEnabled)"
|
|
nameWithType: "SmsSendOptions.setDeliveryReportEnabled(boolean deliveryReportEnabled)"
|
|
summary: "Set the delivery<wbr>Report<wbr>Enabled property: Enable this flag to receive a delivery report for this message on the Azure Resource Event<wbr>Grid."
|
|
parameters:
|
|
- description: "the deliveryReportEnabled value to set."
|
|
name: "deliveryReportEnabled"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SmsSendOptions setDeliveryReportEnabled(boolean deliveryReportEnabled)"
|
|
desc: "Set the deliveryReportEnabled property: Enable this flag to receive a delivery report for this message on the Azure Resource EventGrid."
|
|
returns:
|
|
description: "the SmsSendOptions object itself."
|
|
type: "<xref href=\"com.azure.communication.sms.models.SmsSendOptions?alt=com.azure.communication.sms.models.SmsSendOptions&text=SmsSendOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.sms.models.SmsSendOptions.setTag(java.lang.String)"
|
|
fullName: "com.azure.communication.sms.models.SmsSendOptions.setTag(String tag)"
|
|
name: "setTag(String tag)"
|
|
nameWithType: "SmsSendOptions.setTag(String tag)"
|
|
summary: "Set the tag property: Use this field to provide metadata that will then be sent back in the corresponding Delivery Report."
|
|
parameters:
|
|
- description: "the tag value to set."
|
|
name: "tag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SmsSendOptions setTag(String tag)"
|
|
desc: "Set the tag property: Use this field to provide metadata that will then be sent back in the corresponding Delivery Report."
|
|
returns:
|
|
description: "the SmsSendOptions object itself."
|
|
type: "<xref href=\"com.azure.communication.sms.models.SmsSendOptions?alt=com.azure.communication.sms.models.SmsSendOptions&text=SmsSendOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The SmsSendOptions model."
|
|
metadata: {}
|
|
package: "com.azure.communication.sms.models"
|
|
artifact: com.azure:azure-communication-sms:1.1.27
|