Class ServerCreateOptions

java.lang.Object
com.mailosaur.models.ServerCreateOptions

public class ServerCreateOptions extends Object
Options used to create a new Mailosaur server.
  • Constructor Details

    • ServerCreateOptions

      public ServerCreateOptions()
  • Method Details

    • withName

      public ServerCreateOptions withName(String name)
      Sets a name used to identify the server.
      Parameters:
      name - A name used to identify the server.
      Returns:
      the ServerCreateOptions object itself.