@Immutable public interface Organization extends Comparable<Organization>, JsonReadable, JsonPatchable
Use a supplementary "smart" decorator to get other properties from an organization, for example:
Organization.Smart org = new Organization.Smart(origin);
if (org.name() == null) {
name = "new_name";
}| Modifier and Type | Interface and Description |
|---|---|
static class |
Organization.Smart
Smart Organization with extra features.
|
| Modifier and Type | Method and Description |
|---|---|
Github |
github()
Github we're in.
|
String |
login()
Get this organization's login.
|
PublicMembers |
publicMembers()
Get this organization's public members.
|
compareTojsonpatchGithub github()
String login()
PublicMembers publicMembers()
Copyright © 2012–2018 jcabi.com. All rights reserved.