@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.
|
compareTo
json
patch
Copyright © 2012–2014 jcabi.com. All rights reserved.