public class GraphDeltaQueryGroup extends GraphGroup implements GraphDeletableObject
REMOVED_PROPERTY_NAME
Constructor and Description |
---|
GraphDeltaQueryGroup(String displayName) |
GraphDeltaQueryGroup(String id,
String displayName,
String description) |
GraphDeltaQueryGroup(String id,
String displayName,
String description,
List<GraphDeltaQueryMembership> members,
GraphDeltaQueryRemoved removed) |
Modifier and Type | Method and Description |
---|---|
List<GraphDeltaQueryMembership> |
getMembers() |
GraphDeltaQueryRemoved |
getRemoved() |
getDescription, getDisplayName, getId
public GraphDeltaQueryGroup(String displayName)
public GraphDeltaQueryGroup(String id, String displayName, String description, List<GraphDeltaQueryMembership> members, GraphDeltaQueryRemoved removed)
public List<GraphDeltaQueryMembership> getMembers()
public GraphDeltaQueryRemoved getRemoved()
getRemoved
in interface GraphDeletableObject
Copyright © 2020 Atlassian. All rights reserved.