From commits-return-1660-apmail-usergrid-commits-archive=usergrid.apache.org@usergrid.incubator.apache.org Thu Feb 13 13:21:26 2014 Return-Path: X-Original-To: apmail-usergrid-commits-archive@minotaur.apache.org Delivered-To: apmail-usergrid-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B082F1034A for ; Thu, 13 Feb 2014 13:21:26 +0000 (UTC) Received: (qmail 40543 invoked by uid 500); 13 Feb 2014 13:21:12 -0000 Delivered-To: apmail-usergrid-commits-archive@usergrid.apache.org Received: (qmail 40320 invoked by uid 500); 13 Feb 2014 13:21:08 -0000 Mailing-List: contact commits-help@usergrid.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@usergrid.incubator.apache.org Delivered-To: mailing list commits@usergrid.incubator.apache.org Received: (qmail 39815 invoked by uid 99); 13 Feb 2014 13:20:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 13:20:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E2312925807; Thu, 13 Feb 2014 13:20:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: snoopdave@apache.org To: commits@usergrid.apache.org Date: Thu, 13 Feb 2014 13:21:26 -0000 Message-Id: <6b38c3033a114ad294f8e68c7b9271da@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [34/81] [abbrv] Rename for Java SDK, also regenerated Javadocs. http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/c984364d/sdks/java/doc/org/apache/usergrid/java/client/Client.QueuePosition.html ---------------------------------------------------------------------- diff --git a/sdks/java/doc/org/apache/usergrid/java/client/Client.QueuePosition.html b/sdks/java/doc/org/apache/usergrid/java/client/Client.QueuePosition.html new file mode 100644 index 0000000..8647259 --- /dev/null +++ b/sdks/java/doc/org/apache/usergrid/java/client/Client.QueuePosition.html @@ -0,0 +1,381 @@ + + + + + + +Client.QueuePosition (usergrid-java-client 0.0.9-SNAPSHOT API) + + + + + + + + + + + +
+
org.apache.usergrid.java.client
+

Enum Client.QueuePosition

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static Client.QueuePosition[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (Client.QueuePosition c : Client.QueuePosition.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in +the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static Client.QueuePosition valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant +with the specified name
        +
        NullPointerException - if the argument is null
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All rights reserved.

+ +