GetOptions

Gets the map that contains all of the option entries.

Syntax

public Map getOptions(); 

Parameters

  • None

Results

Returns the map that contains all of the option entries.

Example

Map options = message.getOptions();