public class OpportunitiesGroupResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONNECTED_GROUPS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_GROUP_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NOTIFICATION |
static String |
SERIALIZED_NAME_REQUIRED_TASKS |
| Constructor and Description |
|---|
OpportunitiesGroupResponse() |
public static final String SERIALIZED_NAME_NOTIFICATION
public static final String SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_CONNECTED_GROUPS
public static final String SERIALIZED_NAME_REQUIRED_TASKS
public OpportunitiesGroupResponse notification(String notification)
public String getNotification()
public void setNotification(String notification)
public OpportunitiesGroupResponse groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public OpportunitiesGroupResponse name(String name)
public String getName()
public void setName(String name)
public OpportunitiesGroupResponse description(String description)
public String getDescription()
public void setDescription(String description)
public OpportunitiesGroupResponse connectedGroups(List<Integer> connectedGroups)
public OpportunitiesGroupResponse addConnectedGroupsItem(Integer connectedGroupsItem)
public List<Integer> getConnectedGroups()
public OpportunitiesGroupResponse requiredTasks(List<Integer> requiredTasks)
public OpportunitiesGroupResponse addRequiredTasksItem(Integer requiredTasksItem)
public List<Integer> getRequiredTasks()
Copyright © 2019. All Rights Reserved.