Package application

Class Message

java.lang.Object
application.Message

public final class Message extends Object
Interface for the different messages the Employee Application sends to the server.
  • Field Details

    • GET_ALL_ORDERS

      public static final String GET_ALL_ORDERS
      To ask the server for all the orders
      See Also:
    • PUT_ORDER

      public static final String PUT_ORDER
      To ask the server to update the order with the provided information
      See Also: