public class ItsmReceiver extends Object
Constructor and Description |
---|
ItsmReceiver() |
Modifier and Type | Method and Description |
---|---|
String |
connectionId()
Get unique identification of ITSM connection among multiple defined in above workspace.
|
String |
name()
Get the name of the Itsm receiver.
|
String |
region()
Get region in which workspace resides.
|
String |
ticketConfiguration()
Get jSON blob for the configurations of the ITSM action.
|
ItsmReceiver |
withConnectionId(String connectionId)
Set unique identification of ITSM connection among multiple defined in above workspace.
|
ItsmReceiver |
withName(String name)
Set the name of the Itsm receiver.
|
ItsmReceiver |
withRegion(String region)
Set region in which workspace resides.
|
ItsmReceiver |
withTicketConfiguration(String ticketConfiguration)
Set jSON blob for the configurations of the ITSM action.
|
ItsmReceiver |
withWorkspaceId(String workspaceId)
Set oMS LA instance identifier.
|
String |
workspaceId()
Get oMS LA instance identifier.
|
public String name()
public ItsmReceiver withName(String name)
name
- the name value to setpublic String workspaceId()
public ItsmReceiver withWorkspaceId(String workspaceId)
workspaceId
- the workspaceId value to setpublic String connectionId()
public ItsmReceiver withConnectionId(String connectionId)
connectionId
- the connectionId value to setpublic String ticketConfiguration()
public ItsmReceiver withTicketConfiguration(String ticketConfiguration)
ticketConfiguration
- the ticketConfiguration value to setpublic String region()
public ItsmReceiver withRegion(String region)
region
- the region value to setCopyright © 2019. All rights reserved.