Class OrganizationListRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<OrganizationListRequest,OrganizationListRequest.Builder>
-
- com.streamlayer.pushNotification.common.OrganizationListRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,OrganizationListRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- OrganizationListRequest
public static final class OrganizationListRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<OrganizationListRequest,OrganizationListRequest.Builder> implements OrganizationListRequestOrBuilder
Protobuf typestreamlayer.pushNotification.OrganizationListRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationListRequest.BuilderaddAllIds(java.lang.Iterable<java.lang.String> values)repeated string ids = 1 [json_name = "ids"];OrganizationListRequest.BuilderaddIds(java.lang.String value)repeated string ids = 1 [json_name = "ids"];OrganizationListRequest.BuilderaddIdsBytes(com.google.protobuf.ByteString value)repeated string ids = 1 [json_name = "ids"];OrganizationListRequest.BuilderclearIds()repeated string ids = 1 [json_name = "ids"];java.lang.StringgetIds(int index)repeated string ids = 1 [json_name = "ids"];com.google.protobuf.ByteStringgetIdsBytes(int index)repeated string ids = 1 [json_name = "ids"];intgetIdsCount()repeated string ids = 1 [json_name = "ids"];java.util.List<java.lang.String>getIdsList()repeated string ids = 1 [json_name = "ids"];OrganizationListRequest.BuildersetIds(int index, java.lang.String value)repeated string ids = 1 [json_name = "ids"];-
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
-
getIdsList
public java.util.List<java.lang.String> getIdsList()
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsListin interfaceOrganizationListRequestOrBuilder- Returns:
- A list containing the ids.
-
getIdsCount
public int getIdsCount()
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsCountin interfaceOrganizationListRequestOrBuilder- Returns:
- The count of ids.
-
getIds
public java.lang.String getIds(int index)
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsin interfaceOrganizationListRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
public com.google.protobuf.ByteString getIdsBytes(int index)
repeated string ids = 1 [json_name = "ids"];- Specified by:
getIdsBytesin interfaceOrganizationListRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ids at the given index.
-
setIds
public OrganizationListRequest.Builder setIds(int index, java.lang.String value)
repeated string ids = 1 [json_name = "ids"];- Parameters:
index- The index to set the value at.value- The ids to set.- Returns:
- This builder for chaining.
-
addIds
public OrganizationListRequest.Builder addIds(java.lang.String value)
repeated string ids = 1 [json_name = "ids"];- Parameters:
value- The ids to add.- Returns:
- This builder for chaining.
-
addAllIds
public OrganizationListRequest.Builder addAllIds(java.lang.Iterable<java.lang.String> values)
repeated string ids = 1 [json_name = "ids"];- Parameters:
values- The ids to add.- Returns:
- This builder for chaining.
-
clearIds
public OrganizationListRequest.Builder clearIds()
repeated string ids = 1 [json_name = "ids"];- Returns:
- This builder for chaining.
-
addIdsBytes
public OrganizationListRequest.Builder addIdsBytes(com.google.protobuf.ByteString value)
repeated string ids = 1 [json_name = "ids"];- Parameters:
value- The bytes of the ids to add.- Returns:
- This builder for chaining.
-
-