Package com.mailosaur.models
Class ServerCreateOptions
java.lang.Object
com.mailosaur.models.ServerCreateOptions
Options used to create a new Mailosaur server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets a name used to identify the server.
-
Constructor Details
-
ServerCreateOptions
public ServerCreateOptions()
-
-
Method Details
-
withName
Sets a name used to identify the server.- Parameters:
name- A name used to identify the server.- Returns:
- the ServerCreateOptions object itself.
-