Constructor and Description |
---|
OperationGroup(String id,
Iterable<OperationLink> links,
Iterable<OperationGroup> groups,
OperationHeader header,
Integer weight) |
Modifier and Type | Method and Description |
---|---|
<T> com.google.common.base.Optional<T> |
accept(OperationVisitor<T> visitor)
Traverse through operation elements to visit them.
|
boolean |
equals(Object obj) |
Iterable<OperationGroup> |
getGroups() |
OperationHeader |
getHeader() |
String |
getId() |
Iterable<OperationLink> |
getLinks() |
Integer |
getWeight() |
int |
hashCode() |
String |
toString() |
public OperationGroup(@Nullable String id, Iterable<OperationLink> links, Iterable<OperationGroup> groups, @Nullable OperationHeader header, @Nullable Integer weight)
public <T> com.google.common.base.Optional<T> accept(OperationVisitor<T> visitor)
Operation
@Nullable public OperationHeader getHeader()
public Iterable<OperationLink> getLinks()
public Iterable<OperationGroup> getGroups()
Copyright © 2016 Atlassian. All rights reserved.