### YamlMime:JavaType uid: "com.azure.communication.sms.models.SmsSendOptions" fullName: "com.azure.communication.sms.models.SmsSendOptions" name: "SmsSendOptions" nameWithType: "SmsSendOptions" summary: "The SmsSendOptions model." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" 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: "String" - uid: "com.azure.communication.sms.models.SmsSendOptions.isDeliveryReportEnabled()" fullName: "com.azure.communication.sms.models.SmsSendOptions.isDeliveryReportEnabled()" name: "isDeliveryReportEnabled()" nameWithType: "SmsSendOptions.isDeliveryReportEnabled()" summary: "Get the deliveryReportEnabled property: Enable this flag to receive a delivery report for this message on the Azure Resource EventGrid." 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: "" - 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 deliveryReportEnabled property: Enable this flag to receive a delivery report for this message on the Azure Resource EventGrid." parameters: - description: "the deliveryReportEnabled value to set." name: "deliveryReportEnabled" type: "" 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: "" - 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: "String" 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: "" type: "class" desc: "The SmsSendOptions model." metadata: {} package: "com.azure.communication.sms.models" artifact: com.azure:azure-communication-sms:1.1.29