Class OperationGroup
java.lang.Object
com.atlassian.jira.rest.client.api.domain.OperationGroup
- All Implemented Interfaces:
Operation
Represents operations group
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionOperationGroup(String id, Iterable<OperationLink> links, Iterable<OperationGroup> groups, OperationHeader header, Integer weight) -
Method Summary
-
Constructor Details
-
OperationGroup
public OperationGroup(@Nullable String id, Iterable<OperationLink> links, Iterable<OperationGroup> groups, @Nullable OperationHeader header, @Nullable Integer weight)
-
-
Method Details
-
getId
-
accept
Description copied from interface:OperationTraverse through operation elements to visit them. Traversal will stop on first non absent value returned from the visitor. -
getHeader
-
getLinks
-
getGroups
-
getWeight
-
hashCode
public int hashCode() -
equals
-
toString
-