public class Context extends Object
| Constructor and Description |
|---|
Context()
No args constructor for use in serialization
|
Context(Boolean isGlobal,
List<Long> projectIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Boolean |
getIsGlobal() |
List<Long> |
getProjectIds() |
int |
hashCode() |
void |
setIsGlobal(Boolean isGlobal) |
void |
setProjectIds(List<Long> projectIds) |
String |
toString() |
Context |
withIsGlobal(Boolean isGlobal) |
Context |
withProjectIds(List<Long> projectIds) |
Copyright © 2019. All rights reserved.