Class ReorderSceneItems.Request

    • Constructor Detail

      • Request

        public Request​(String messageId,
                       List<SceneItem> items)
        Parameters:
        items - Ordered list of objects with name and/or id specified. Id preferred due to uniqueness per scene
    • Method Detail

      • getResponseType

        public Class<?> getResponseType()
        Description copied from class: BaseRequest
        Response type class to map the response to the correct datatype.
        Specified by:
        getResponseType in class BaseRequest
      • setScene

        public void setScene​(String scene)
        Name of the scene to reorder (defaults to current).