Class TransitionToProgram.Request

    • Constructor Detail

      • Request

        public Request​(String messageId)
    • Method Detail

      • setWithTransition

        public void setWithTransition​(TransitionToProgram.Transition withTransition)
        Change the active transition before switching scenes. Defaults to the active transition.
      • 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