Interface OrganizationListResponseOrBuilder

    • Method Detail

      • getDataCount

        int getDataCount()
        repeated .streamlayer.pushNotification.OrganizationListResponse.OrganizationListResponseData data = 1 [json_name = "data"];
      • hasMeta

        boolean hasMeta()
        .streamlayer.pushNotification.ResponseMeta meta = 2 [json_name = "meta"];
        Returns:
        Whether the meta field is set.
      • getMeta

        ResponseMeta getMeta()
        .streamlayer.pushNotification.ResponseMeta meta = 2 [json_name = "meta"];
        Returns:
        The meta.