Class SetCurrentScene.Request

    • Constructor Detail

      • Request

        public Request​(String messageId,
                       String sceneName)
        Parameters:
        sceneName - Name of the scene to switch to.
    • 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