Class RESTConstants

java.lang.Object
org.openhab.core.io.rest.RESTConstants

@NonNullByDefault public class RESTConstants extends Object
Public constants for the REST API
Author:
Kai Kreuzer - Initial contribution
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Version of the openHAB API Version 1: initial version Version 2: include invisible widgets into sitemap response (#499) Version 3: Addition of anyFormat icon parameter (#978) Version 4: OH3, refactored extensions to addons (#1560) Version 5: transparent charts (#2502) Version 6: extended chart period parameter format (#3863) Version 7: extended chart period parameter format to cover past and future
    static final javax.ws.rs.core.CacheControl
     
    static final String
     
    static final String
    Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REST_URI

      @Deprecated public static final String REST_URI
      Deprecated.
      See Also:
    • JAX_RS_NAME

      public static final String JAX_RS_NAME
      See Also:
    • API_VERSION

      public static final String API_VERSION
      Version of the openHAB API Version 1: initial version Version 2: include invisible widgets into sitemap response (#499) Version 3: Addition of anyFormat icon parameter (#978) Version 4: OH3, refactored extensions to addons (#1560) Version 5: transparent charts (#2502) Version 6: extended chart period parameter format (#3863) Version 7: extended chart period parameter format to cover past and future
      See Also:
    • CACHE_CONTROL

      public static final javax.ws.rs.core.CacheControl CACHE_CONTROL
  • Constructor Details

    • RESTConstants

      public RESTConstants()