Class RemoveRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<RemoveRequest,RemoveRequest.Builder>
-
- com.streamlayer.pushNotification.admin.RemoveRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,RemoveRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- RemoveRequest
public static final class RemoveRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RemoveRequest,RemoveRequest.Builder> implements RemoveRequestOrBuilder
Protobuf typestreamlayer.pushNotification.admin.RemoveRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveRequest.BuilderclearOrganizationId()string organization_id = 3 [json_name = "organizationId"];RemoveRequest.BuilderclearType()string type = 2 [json_name = "type"];java.lang.StringgetOrganizationId()string organization_id = 3 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];RemoveRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 3 [json_name = "organizationId"];RemoveRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 3 [json_name = "organizationId"];RemoveRequest.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];RemoveRequest.BuildersetTypeBytes(com.google.protobuf.ByteString value)string type = 2 [json_name = "type"];-
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
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceRemoveRequestOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceRemoveRequestOrBuilder- Returns:
- The bytes for type.
-
setType
public RemoveRequest.Builder setType(java.lang.String value)
string type = 2 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public RemoveRequest.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public RemoveRequest.Builder setTypeBytes(com.google.protobuf.ByteString value)
string type = 2 [json_name = "type"];- Parameters:
value- The bytes for type to set.- Returns:
- This builder for chaining.
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceRemoveRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceRemoveRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public RemoveRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 3 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public RemoveRequest.Builder clearOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public RemoveRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 3 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
-