Package viam.app.v1
Class Billing.SendPaymentRequiredEmailRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Billing.SendPaymentRequiredEmailRequest,Billing.SendPaymentRequiredEmailRequest.Builder>
viam.app.v1.Billing.SendPaymentRequiredEmailRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Billing.SendPaymentRequiredEmailRequestOrBuilder
- Enclosing class:
- Billing.SendPaymentRequiredEmailRequest
public static final class Billing.SendPaymentRequiredEmailRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Billing.SendPaymentRequiredEmailRequest,Billing.SendPaymentRequiredEmailRequest.Builder>
implements Billing.SendPaymentRequiredEmailRequestOrBuilder
Protobuf type
viam.app.v1.SendPaymentRequiredEmailRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
string customer_org_id = 1 [json_name = "customerOrgId"];
string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
com.google.protobuf.ByteString
string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
string customer_org_id = 1 [json_name = "customerOrgId"];
com.google.protobuf.ByteString
string customer_org_id = 1 [json_name = "customerOrgId"];
setBillingOwnerOrgId
(String value) string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
setBillingOwnerOrgIdBytes
(com.google.protobuf.ByteString value) string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
setCustomerOrgId
(String value) string customer_org_id = 1 [json_name = "customerOrgId"];
setCustomerOrgIdBytes
(com.google.protobuf.ByteString value) string customer_org_id = 1 [json_name = "customerOrgId"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getCustomerOrgId
string customer_org_id = 1 [json_name = "customerOrgId"];
- Specified by:
getCustomerOrgId
in interfaceBilling.SendPaymentRequiredEmailRequestOrBuilder
- Returns:
- The customerOrgId.
-
getCustomerOrgIdBytes
public com.google.protobuf.ByteString getCustomerOrgIdBytes()string customer_org_id = 1 [json_name = "customerOrgId"];
- Specified by:
getCustomerOrgIdBytes
in interfaceBilling.SendPaymentRequiredEmailRequestOrBuilder
- Returns:
- The bytes for customerOrgId.
-
setCustomerOrgId
string customer_org_id = 1 [json_name = "customerOrgId"];
- Parameters:
value
- The customerOrgId to set.- Returns:
- This builder for chaining.
-
clearCustomerOrgId
string customer_org_id = 1 [json_name = "customerOrgId"];
- Returns:
- This builder for chaining.
-
setCustomerOrgIdBytes
public Billing.SendPaymentRequiredEmailRequest.Builder setCustomerOrgIdBytes(com.google.protobuf.ByteString value) string customer_org_id = 1 [json_name = "customerOrgId"];
- Parameters:
value
- The bytes for customerOrgId to set.- Returns:
- This builder for chaining.
-
getBillingOwnerOrgId
string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
- Specified by:
getBillingOwnerOrgId
in interfaceBilling.SendPaymentRequiredEmailRequestOrBuilder
- Returns:
- The billingOwnerOrgId.
-
getBillingOwnerOrgIdBytes
public com.google.protobuf.ByteString getBillingOwnerOrgIdBytes()string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
- Specified by:
getBillingOwnerOrgIdBytes
in interfaceBilling.SendPaymentRequiredEmailRequestOrBuilder
- Returns:
- The bytes for billingOwnerOrgId.
-
setBillingOwnerOrgId
string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
- Parameters:
value
- The billingOwnerOrgId to set.- Returns:
- This builder for chaining.
-
clearBillingOwnerOrgId
string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
- Returns:
- This builder for chaining.
-
setBillingOwnerOrgIdBytes
public Billing.SendPaymentRequiredEmailRequest.Builder setBillingOwnerOrgIdBytes(com.google.protobuf.ByteString value) string billing_owner_org_id = 2 [json_name = "billingOwnerOrgId"];
- Parameters:
value
- The bytes for billingOwnerOrgId to set.- Returns:
- This builder for chaining.
-