Package net.troja.eve.esi.model
Class OpportunitiesGroupResponse
- java.lang.Object
-
- net.troja.eve.esi.model.OpportunitiesGroupResponse
-
- All Implemented Interfaces:
Serializable
public class OpportunitiesGroupResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONNECTED_GROUPSstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_GROUP_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NOTIFICATIONstatic StringSERIALIZED_NAME_REQUIRED_TASKS
-
Constructor Summary
Constructors Constructor Description OpportunitiesGroupResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CONNECTED_GROUPS
public static final String SERIALIZED_NAME_CONNECTED_GROUPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NOTIFICATION
public static final String SERIALIZED_NAME_NOTIFICATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUIRED_TASKS
public static final String SERIALIZED_NAME_REQUIRED_TASKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
connectedGroups
public OpportunitiesGroupResponse connectedGroups(List<Integer> connectedGroups)
-
addConnectedGroupsItem
public OpportunitiesGroupResponse addConnectedGroupsItem(Integer connectedGroupsItem)
-
getConnectedGroups
public List<Integer> getConnectedGroups()
The groups that are connected to this group on the opportunities map- Returns:
- connectedGroups
-
description
public OpportunitiesGroupResponse description(String description)
-
getDescription
public String getDescription()
description string- Returns:
- description
-
setDescription
public void setDescription(String description)
-
groupId
public OpportunitiesGroupResponse groupId(Integer groupId)
-
getGroupId
public Integer getGroupId()
group_id integer- Returns:
- groupId
-
setGroupId
public void setGroupId(Integer groupId)
-
name
public OpportunitiesGroupResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
notification
public OpportunitiesGroupResponse notification(String notification)
-
getNotification
public String getNotification()
notification string- Returns:
- notification
-
setNotification
public void setNotification(String notification)
-
requiredTasks
public OpportunitiesGroupResponse requiredTasks(List<Integer> requiredTasks)
-
addRequiredTasksItem
public OpportunitiesGroupResponse addRequiredTasksItem(Integer requiredTasksItem)
-
getRequiredTasks
public List<Integer> getRequiredTasks()
Tasks need to complete for this group- Returns:
- requiredTasks
-
-