Interface WhatsappBusinessMessageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WhatsappBusinessMessageInfo,WhatsappBusinessMessageInfo.Builder
public interface WhatsappBusinessMessageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCountryCode
String getCountryCode()Required. Two-letter country code of the phone number. Examples: 'US', 'us'.
string country_code = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The countryCode.
-
getCountryCodeBytes
com.google.protobuf.ByteString getCountryCodeBytes()Required. Two-letter country code of the phone number. Examples: 'US', 'us'.
string country_code = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for countryCode.
-
getPhoneNumber
String getPhoneNumber()Required. Whatsapp phone number of the business. Examples: '1234567890', '(123)456-7890'.
string phone_number = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
com.google.protobuf.ByteString getPhoneNumberBytes()Required. Whatsapp phone number of the business. Examples: '1234567890', '(123)456-7890'.
string phone_number = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for phoneNumber.
-