Package viam.app.v1
Class App.OrganizationSetSupportEmailRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.OrganizationSetSupportEmailRequest,App.OrganizationSetSupportEmailRequest.Builder>
viam.app.v1.App.OrganizationSetSupportEmailRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.OrganizationSetSupportEmailRequestOrBuilder
- Enclosing class:
- App.OrganizationSetSupportEmailRequest
public static final class App.OrganizationSetSupportEmailRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.OrganizationSetSupportEmailRequest,App.OrganizationSetSupportEmailRequest.Builder>
implements App.OrganizationSetSupportEmailRequestOrBuilder
Protobuf type
viam.app.v1.OrganizationSetSupportEmailRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring email = 2 [json_name = "email"];
string org_id = 1 [json_name = "orgId"];
getEmail()
string email = 2 [json_name = "email"];
com.google.protobuf.ByteString
string email = 2 [json_name = "email"];
getOrgId()
string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
string org_id = 1 [json_name = "orgId"];
string email = 2 [json_name = "email"];
setEmailBytes
(com.google.protobuf.ByteString value) string email = 2 [json_name = "email"];
string org_id = 1 [json_name = "orgId"];
setOrgIdBytes
(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
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
-
getOrgId
string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceApp.OrganizationSetSupportEmailRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceApp.OrganizationSetSupportEmailRequestOrBuilder
- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 1 [json_name = "orgId"];
- Returns:
- This builder for chaining.
-
setOrgIdBytes
public App.OrganizationSetSupportEmailRequest.Builder setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
getEmail
string email = 2 [json_name = "email"];
- Specified by:
getEmail
in interfaceApp.OrganizationSetSupportEmailRequestOrBuilder
- Returns:
- The email.
-
getEmailBytes
public com.google.protobuf.ByteString getEmailBytes()string email = 2 [json_name = "email"];
- Specified by:
getEmailBytes
in interfaceApp.OrganizationSetSupportEmailRequestOrBuilder
- Returns:
- The bytes for email.
-
setEmail
string email = 2 [json_name = "email"];
- Parameters:
value
- The email to set.- Returns:
- This builder for chaining.
-
clearEmail
string email = 2 [json_name = "email"];
- Returns:
- This builder for chaining.
-
setEmailBytes
public App.OrganizationSetSupportEmailRequest.Builder setEmailBytes(com.google.protobuf.ByteString value) string email = 2 [json_name = "email"];
- Parameters:
value
- The bytes for email to set.- Returns:
- This builder for chaining.
-