Class OrganizationListRequest.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OrganizationListRequest.Builder addAllIds​(java.lang.Iterable<java.lang.String> values)
      repeated string ids = 1 [json_name = "ids"];
      OrganizationListRequest.Builder addIds​(java.lang.String value)
      repeated string ids = 1 [json_name = "ids"];
      OrganizationListRequest.Builder addIdsBytes​(com.google.protobuf.ByteString value)
      repeated string ids = 1 [json_name = "ids"];
      OrganizationListRequest.Builder clearIds()
      repeated string ids = 1 [json_name = "ids"];
      java.lang.String getIds​(int index)
      repeated string ids = 1 [json_name = "ids"];
      com.google.protobuf.ByteString getIdsBytes​(int index)
      repeated string ids = 1 [json_name = "ids"];
      int getIdsCount()
      repeated string ids = 1 [json_name = "ids"];
      java.util.List<java.lang.String> getIdsList()
      repeated string ids = 1 [json_name = "ids"];
      OrganizationListRequest.Builder setIds​(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
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getIdsList

        public java.util.List<java.lang.String> getIdsList()
        repeated string ids = 1 [json_name = "ids"];
        Specified by:
        getIdsList in interface OrganizationListRequestOrBuilder
        Returns:
        A list containing the ids.
      • getIds

        public java.lang.String getIds​(int index)
        repeated string ids = 1 [json_name = "ids"];
        Specified by:
        getIds in interface OrganizationListRequestOrBuilder
        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:
        getIdsBytes in interface OrganizationListRequestOrBuilder
        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.
      • 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.