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()
(Required)
|
List<Long> |
getProjectIds()
(Required)
|
int |
hashCode() |
void |
setIsGlobal(Boolean isGlobal)
(Required)
|
void |
setProjectIds(List<Long> projectIds)
(Required)
|
String |
toString() |
Context_ |
withIsGlobal(Boolean isGlobal) |
Context_ |
withProjectIds(List<Long> projectIds) |
Copyright © 2019. All rights reserved.