Package viam.app.v1
Interface App.OrganizationSetSupportEmailRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.OrganizationSetSupportEmailRequest
,App.OrganizationSetSupportEmailRequest.Builder
- Enclosing class:
- App
public static interface App.OrganizationSetSupportEmailRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
String getOrgId()string org_id = 1 [json_name = "orgId"];
- Returns:
- The orgId.
-
getOrgIdBytes
com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Returns:
- The bytes for orgId.
-
getEmail
String getEmail()string email = 2 [json_name = "email"];
- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 2 [json_name = "email"];
- Returns:
- The bytes for email.
-