Package com.spotify.github.v3.orgs
Interface OrgMembership
-
- All Known Implementing Classes:
ImmutableOrgMembership
@Immutable public interface OrgMembershipOrg Membership resource represents data returned by a single Membership get operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Organizationorganization()Stringrole()ROLEStringstate()STATEURIurl()URLUseruser()USER
-
-
-
Method Detail
-
url
@Nullable URI url()
URL
-
role
@Nullable String role()
ROLE
-
state
@Nullable String state()
STATE
-
organization
@Nullable Organization organization()
-
user
@Nullable User user()
USER
-
-