Class OrganizationListResponse.OrganizationListResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<OrganizationListResponse.OrganizationListResponseData,OrganizationListResponse.OrganizationListResponseData.Builder>
-
- com.streamlayer.pushNotification.common.OrganizationListResponse.OrganizationListResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,OrganizationListResponse.OrganizationListResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- OrganizationListResponse.OrganizationListResponseData
public static final class OrganizationListResponse.OrganizationListResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<OrganizationListResponse.OrganizationListResponseData,OrganizationListResponse.OrganizationListResponseData.Builder> implements OrganizationListResponse.OrganizationListResponseDataOrBuilder
Protobuf typestreamlayer.pushNotification.OrganizationListResponse.OrganizationListResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationListResponse.OrganizationListResponseData.BuilderclearAttributes().streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];OrganizationListResponse.OrganizationListResponseData.BuilderclearId()string id = 1 [json_name = "id"];OrganizationListResponse.OrganizationListResponseData.BuilderclearType()string type = 2 [json_name = "type"];PushCredentialsgetAttributes().streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];OrganizationListResponse.OrganizationListResponseData.BuildermergeAttributes(PushCredentials value).streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];OrganizationListResponse.OrganizationListResponseData.BuildersetAttributes(PushCredentials value).streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];OrganizationListResponse.OrganizationListResponseData.BuildersetAttributes(PushCredentials.Builder builderForValue).streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];OrganizationListResponse.OrganizationListResponseData.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];OrganizationListResponse.OrganizationListResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];OrganizationListResponse.OrganizationListResponseData.BuildersetType(java.lang.String value)string type = 2 [json_name = "type"];OrganizationListResponse.OrganizationListResponseData.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
-
getId
public java.lang.String getId()
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceOrganizationListResponse.OrganizationListResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceOrganizationListResponse.OrganizationListResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public OrganizationListResponse.OrganizationListResponseData.Builder setId(java.lang.String value)
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public OrganizationListResponse.OrganizationListResponseData.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public OrganizationListResponse.OrganizationListResponseData.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getType
public java.lang.String getType()
string type = 2 [json_name = "type"];- Specified by:
getTypein interfaceOrganizationListResponse.OrganizationListResponseDataOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Specified by:
getTypeBytesin interfaceOrganizationListResponse.OrganizationListResponseDataOrBuilder- Returns:
- The bytes for type.
-
setType
public OrganizationListResponse.OrganizationListResponseData.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 OrganizationListResponse.OrganizationListResponseData.Builder clearType()
string type = 2 [json_name = "type"];- Returns:
- This builder for chaining.
-
setTypeBytes
public OrganizationListResponse.OrganizationListResponseData.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.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceOrganizationListResponse.OrganizationListResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public PushCredentials getAttributes()
.streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];- Specified by:
getAttributesin interfaceOrganizationListResponse.OrganizationListResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public OrganizationListResponse.OrganizationListResponseData.Builder setAttributes(PushCredentials value)
.streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];
-
setAttributes
public OrganizationListResponse.OrganizationListResponseData.Builder setAttributes(PushCredentials.Builder builderForValue)
.streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];
-
mergeAttributes
public OrganizationListResponse.OrganizationListResponseData.Builder mergeAttributes(PushCredentials value)
.streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];
-
clearAttributes
public OrganizationListResponse.OrganizationListResponseData.Builder clearAttributes()
.streamlayer.pushNotification.PushCredentials attributes = 3 [json_name = "attributes"];
-
-