Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 474CD200C25 for ; Fri, 24 Feb 2017 23:18:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 45C96160B7A; Fri, 24 Feb 2017 22:18:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2AF92160B62 for ; Fri, 24 Feb 2017 23:18:22 +0100 (CET) Received: (qmail 57820 invoked by uid 500); 24 Feb 2017 22:18:21 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 57811 invoked by uid 99); 24 Feb 2017 22:18:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2017 22:18:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B8333188881 for ; Fri, 24 Feb 2017 22:18:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.566 X-Spam-Level: X-Spam-Status: No, score=-6.566 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id mF79y_F0wL8u for ; Fri, 24 Feb 2017 22:18:08 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C4AD35FDE0 for ; Fri, 24 Feb 2017 22:18:06 +0000 (UTC) Received: (qmail 57537 invoked by uid 99); 24 Feb 2017 22:18:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2017 22:18:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D485DDFFCF; Fri, 24 Feb 2017 22:18:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Fri, 24 Feb 2017 22:18:13 -0000 Message-Id: <76e518c18c044819a3170954245daa1f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [partial] incubator-juneau-website git commit: Clean up javadocs archived-at: Fri, 24 Feb 2017 22:18:24 -0000 http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html b/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html index 833c7b1..0ede92c 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/Items.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";

@Bean(properties="type,format,items,collectionFormat,default,maximum,exclusiveMaximum,minimum,exclusiveMinimum,maxLength,minLength,pattern,maxItems,minItems,uniqueItems,enum,multipleOf")
-public class Items
+public class Items
 extends SwaggerElement
A limited subset of JSON-Schema's items object. It is used by parameter definitions that are not located in "body". @@ -124,7 +124,9 @@ extends : "string", "minLength": 2 } -

+

+

+ Refer to org.apache.juneau.dto.swagger for usage information. @@ -513,7 +515,7 @@ extends

  • Items

    -
    public Items()
    +
    public Items()
  • @@ -530,7 +532,7 @@ extends
  • strict

    -
    protected Items strict()
    +
    protected Items strict()
    Description copied from class: SwaggerElement
    Sets strict mode on this bean.
    @@ -547,7 +549,7 @@ extends
  • getType

    -
    public String getType()
    +
    public String getType()
    Bean property getter: type.

    Required. The internal type of the array. @@ -564,7 +566,7 @@ extends

  • setType

    -
    public Items setType(String type)
    +
    public Items setType(String type)
    Bean property setter: type.

    Required. The internal type of the array. @@ -583,7 +585,7 @@ extends

  • type

    -
    public Items type(String type)
    +
    public Items type(String type)
    Synonym for setType(String).
    Parameters:
    @@ -599,7 +601,7 @@ extends
  • getFormat

    -
    public String getFormat()
    +
    public String getFormat()
    Bean property getter: format.

    The extending format for the previously mentioned type. See Data Type Formats for further details.

    @@ -615,7 +617,7 @@ extends
  • setFormat

    -
    public Items setFormat(String format)
    +
    public Items setFormat(String format)
    Bean property setter: format.

    The extending format for the previously mentioned type. See Data Type Formats for further details.

    @@ -633,7 +635,7 @@ extends
  • format

    -
    public Items format(String format)
    +
    public Items format(String format)
    Synonym for setFormat(String).
    Parameters:
    @@ -649,7 +651,7 @@ extends
  • getItems

    -
    public Items getItems()
    +
    public Items getItems()
    Bean property getter: items.

    Required if type is "array". @@ -666,7 +668,7 @@ extends

  • setItems

    -
    public Items setItems(Items items)
    +
    public Items setItems(Items items)
    Bean property setter: items.

    Required if type is "array". @@ -685,7 +687,7 @@ extends

  • items

    -
    public Items items(Items items)
    +
    public Items items(Items items)
    Synonym for setItems(Items).
    Parameters:
    @@ -701,7 +703,7 @@ extends
  • getCollectionFormat

    -
    public String getCollectionFormat()
    +
    public String getCollectionFormat()
    Bean property getter: collectionFormat.

    Determines the format of the array if type array is used. @@ -727,7 +729,7 @@ extends

  • setCollectionFormat

    -
    public Items setCollectionFormat(String collectionFormat)
    +
    public Items setCollectionFormat(String collectionFormat)
    Bean property setter: collectionFormat.

    Determines the format of the array if type array is used. @@ -755,7 +757,7 @@ extends

  • collectionFormat

    -
    public Items collectionFormat(String collectionFormat)
    +
    public Items collectionFormat(String collectionFormat)
    Parameters:
    @@ -771,7 +773,7 @@ extends
  • getDefault

    -
    public Object getDefault()
    +
    public Object getDefault()
    Bean property getter: default.

    Declares the value of the item that the server will use if none is provided. @@ -790,7 +792,7 @@ extends

  • setDefault

    -
    public Items setDefault(Object _default)
    +
    public Items setDefault(Object _default)
    Bean property setter: default.

    Declares the value of the item that the server will use if none is provided. @@ -811,7 +813,7 @@ extends

  • _default

    -
    public Items _default(Object _default)
    +
    public Items _default(Object _default)
    Synonym for setDefault(Object).
    Parameters:
    @@ -827,7 +829,7 @@ extends
  • getMaximum

    -
    public Number getMaximum()
    +
    public Number getMaximum()
    @@ -843,7 +845,7 @@ extends
  • setMaximum

    -
    public Items setMaximum(Number maximum)
    +
    public Items setMaximum(Number maximum)
    @@ -861,7 +863,7 @@ extends
  • maximum

    -
    public Items maximum(Number maximum)
    +
    public Items maximum(Number maximum)
    Synonym for setMaximum(Number).
    Parameters:
    @@ -877,7 +879,7 @@ extends
  • getExclusiveMaximum

    -
    public Boolean getExclusiveMaximum()
    +
    public Boolean getExclusiveMaximum()
    Bean property getter: exclusiveMaximum.

    See http://json-schema.org/latest/json-schema-validation.html#anchor17.

    @@ -893,7 +895,7 @@ extends
  • setExclusiveMaximum

    -
    public Items setExclusiveMaximum(Boolean exclusiveMaximum)
    +
    public Items setExclusiveMaximum(Boolean exclusiveMaximum)
    Bean property setter: exclusiveMaximum.

    See http://json-schema.org/latest/json-schema-validation.html#anchor17.

    @@ -911,7 +913,7 @@ extends
  • exclusiveMaximum

    -
    public Items exclusiveMaximum(Boolean exclusiveMaximum)
    +
    public Items exclusiveMaximum(Boolean exclusiveMaximum)
    Parameters:
    @@ -927,7 +929,7 @@ extends
  • getMinimum

    -
    public Number getMinimum()
    +
    public Number getMinimum()
    @@ -943,7 +945,7 @@ extends
  • setMinimum

    -
    public Items setMinimum(Number minimum)
    +
    public Items setMinimum(Number minimum)
    @@ -961,7 +963,7 @@ extends
  • minimum

    -
    public Items minimum(Number minimum)
    +
    public Items minimum(Number minimum)
    Synonym for setMinimum(Number).
    Parameters:
    @@ -977,7 +979,7 @@ extends
  • getExclusiveMinimum

    -
    public Boolean getExclusiveMinimum()
    +
    public Boolean getExclusiveMinimum()
    Bean property getter: exclusiveMinimum.

    See http://json-schema.org/latest/json-schema-validation.html#anchor21.

    @@ -993,7 +995,7 @@ extends
  • setExclusiveMinimum

    -
    public Items setExclusiveMinimum(Boolean exclusiveMinimum)
    +
    public Items setExclusiveMinimum(Boolean exclusiveMinimum)
    Bean property setter: exclusiveMinimum.

    See http://json-schema.org/latest/json-schema-validation.html#anchor21.

    @@ -1011,7 +1013,7 @@ extends
  • exclusiveMinimum

    -
    public Items exclusiveMinimum(Boolean exclusiveMinimum)
    +
    public Items exclusiveMinimum(Boolean exclusiveMinimum)
    Parameters:
    @@ -1027,7 +1029,7 @@ extends
  • getMaxLength

    -
    public Integer getMaxLength()
    +
    public Integer getMaxLength()
    @@ -1043,7 +1045,7 @@ extends
  • setMaxLength

    -
    public Items setMaxLength(Integer maxLength)
    +
    public Items setMaxLength(Integer maxLength)
    @@ -1061,7 +1063,7 @@ extends
  • maxLength

    -
    public Items maxLength(Integer maxLength)
    +
    public Items maxLength(Integer maxLength)
    Parameters:
    @@ -1077,7 +1079,7 @@ extends
  • getMinLength

    -
    public Integer getMinLength()
    +
    public Integer getMinLength()
    @@ -1093,7 +1095,7 @@ extends
  • setMinLength

    -
    public Items setMinLength(Integer minLength)
    +
    public Items setMinLength(Integer minLength)
    @@ -1111,7 +1113,7 @@ extends
  • minLength

    -
    public Items minLength(Integer minLength)
    +
    public Items minLength(Integer minLength)
    Parameters:
    @@ -1127,7 +1129,7 @@ extends
  • getPattern

    -
    public String getPattern()
    +
    public String getPattern()
    @@ -1143,7 +1145,7 @@ extends
  • setPattern

    -
    public Items setPattern(String pattern)
    +
    public Items setPattern(String pattern)
    @@ -1161,7 +1163,7 @@ extends
  • pattern

    -
    public Items pattern(String pattern)
    +
    public Items pattern(String pattern)
    Synonym for setPattern(String).
    Parameters:
    @@ -1177,7 +1179,7 @@ extends
  • getMaxItems

    -
    public Integer getMaxItems()
    +
    public Integer getMaxItems()
    @@ -1193,7 +1195,7 @@ extends
  • setMaxItems

    -
    public Items setMaxItems(Integer maxItems)
    +
    public Items setMaxItems(Integer maxItems)
    @@ -1211,7 +1213,7 @@ extends
  • maxItems

    -
    public Items maxItems(Integer maxItems)
    +
    public Items maxItems(Integer maxItems)
    Parameters:
    @@ -1227,7 +1229,7 @@ extends
  • getMinItems

    -
    public Integer getMinItems()
    +
    public Integer getMinItems()
    @@ -1243,7 +1245,7 @@ extends
  • setMinItems

    -
    public Items setMinItems(Integer minItems)
    +
    public Items setMinItems(Integer minItems)
    @@ -1261,7 +1263,7 @@ extends
  • minItems

    -
    public Items minItems(Integer minItems)
    +
    public Items minItems(Integer minItems)
    Parameters:
    @@ -1277,7 +1279,7 @@ extends
  • getUniqueItems

    -
    public Boolean getUniqueItems()
    +
    public Boolean getUniqueItems()
    @@ -1293,7 +1295,7 @@ extends
  • setUniqueItems

    -
    public Items setUniqueItems(Boolean uniqueItems)
    +
    public Items setUniqueItems(Boolean uniqueItems)
    @@ -1311,7 +1313,7 @@ extends
  • uniqueItems

    -
    public Items uniqueItems(Boolean uniqueItems)
    +
    public Items uniqueItems(Boolean uniqueItems)
    Parameters:
    @@ -1327,7 +1329,7 @@ extends
  • getEnum

    -
    public List<ObjectgetEnum()
    +
    public List<ObjectgetEnum()
    @@ -1343,7 +1345,7 @@ extends
  • setEnum

    -
    public Items setEnum(List<Object> _enum)
    +
    public Items setEnum(List<Object> _enum)
    @@ -1361,14 +1363,14 @@ extends
  • addEnum

    -
    public Items addEnum(Object... _enum)
    +
    public Items addEnum(Object... _enum)
    Parameters:
    _enum - The new values to add to the enum property on this bean. - These can either be individual objects or Collections of objects.
    + These can either be individual objects or Collections of objects.
    Returns:
    This object (for method chaining).
    @@ -1380,12 +1382,12 @@ extends
  • _enum

    -
    public Items _enum(Object... _enum)
    +
    public Items _enum(Object... _enum)
    Synonym for addEnum(Object...).
    Parameters:
    _enum - The new values to add to the enum property on this bean. - These can either be individual objects or Collections of objects.
    + These can either be individual objects or Collections of objects.
    Returns:
    This object (for method chaining).
    @@ -1397,7 +1399,7 @@ extends
  • getMultipleOf

    -
    public Number getMultipleOf()
    +
    public Number getMultipleOf()
    @@ -1413,7 +1415,7 @@ extends
  • setMultipleOf

    -
    public Items setMultipleOf(Number multipleOf)
    +
    public Items setMultipleOf(Number multipleOf)
    @@ -1431,7 +1433,7 @@ extends
  • multipleOf

    -
    public Items multipleOf(Number multipleOf)
    +
    public Items multipleOf(Number multipleOf)
    Parameters:
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/8e5b7c02/content/site/apidocs/org/apache/juneau/dto/swagger/License.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/swagger/License.html b/content/site/apidocs/org/apache/juneau/dto/swagger/License.html index 74cbf4c..fdb36a2 100644 --- a/content/site/apidocs/org/apache/juneau/dto/swagger/License.html +++ b/content/site/apidocs/org/apache/juneau/dto/swagger/License.html @@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";

    @Bean(properties="name,url")
    -public class License
    +public class License
     extends SwaggerElement
    License information for the exposed API. @@ -124,7 +124,9 @@ extends : "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } -

    +

    +

    + Refer to org.apache.juneau.dto.swagger for usage information.

  • @@ -231,7 +233,7 @@ extends
  • License

    -
    public License()
    +
    public License()
  • @@ -248,7 +250,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
    Bean property getter: name.

    Required. The license name used for the API.

    @@ -264,7 +266,7 @@ extends
  • setName

    -
    public License setName(String name)
    +
    public License setName(String name)
    Bean property setter: name.

    Required. The license name used for the API.

    @@ -282,7 +284,7 @@ extends
  • name

    -
    public License name(String name)
    +
    public License name(String name)
    Synonym for setName(String).
    Parameters:
    @@ -298,7 +300,7 @@ extends
  • getUrl

    -
    public String getUrl()
    +
    public String getUrl()
    Bean property getter: url.

    A URL to the license used for the API. MUST be in the format of a URL.

    @@ -314,7 +316,7 @@ extends
  • setUrl

    -
    public License setUrl(String url)
    +
    public License setUrl(String url)
    Bean property setter: url.

    A URL to the license used for the API. MUST be in the format of a URL.

    @@ -332,7 +334,7 @@ extends
  • url

    -
    public License url(String url)
    +
    public License url(String url)
    Synonym for setUrl(String).
    Parameters: