Package com.streamlayer.feedback
Interface AdminFeedbackRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdminFeedbackRequest,AdminFeedbackRequest.Builder
public interface AdminFeedbackRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBody()string body = 2 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 2 [json_name = "body"];java.lang.StringgetSubject()string subject = 1 [json_name = "subject"];com.google.protobuf.ByteStringgetSubjectBytes()string subject = 1 [json_name = "subject"];
-
-
-
Method Detail
-
getSubject
java.lang.String getSubject()
string subject = 1 [json_name = "subject"];- Returns:
- The subject.
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()
string subject = 1 [json_name = "subject"];- Returns:
- The bytes for subject.
-
getBody
java.lang.String getBody()
string body = 2 [json_name = "body"];- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()
string body = 2 [json_name = "body"];- Returns:
- The bytes for body.
-
-