Package | Description |
---|---|
com.mmbnetworks.gatewayapi | |
com.mmbnetworks.gatewayapi.event.group |
Modifier and Type | Method and Description |
---|---|
Optional<Group> |
GatewayClient.createGroup(int groupID,
String groupName)
|
Optional<Group> |
GroupManager.createGroup(int groupID,
String groupName)
|
CompletableFuture<Collection<Group>> |
GatewayClient.getAllGroups()
Get all
Group objects. |
CompletableFuture<Collection<Group>> |
GroupManager.getAllGroups()
Get all
Group objects in the network. |
Optional<Group> |
GatewayClient.getGroup(int id)
Get the
Group object with the associated id . |
Optional<Group> |
GroupManager.getGroup(int id)
Get the
Group object with the associated id |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
GatewayClient.removeGroup(Group group)
Remove the
Group object. |
CompletableFuture<Boolean> |
GroupManager.removeGroup(Group group)
Remove the
Group object from this GroupManager. |
Modifier and Type | Method and Description |
---|---|
Group |
GroupEvent.getGroup()
Get the Group associated with the event.
|
Constructor and Description |
---|
GroupEvent(GroupEventStatus status,
Group group)
Creates a GroupEvent object
|
Copyright © 2020. All rights reserved.