Uses of Interface
com.spotify.github.v3.repos.Organization
-
Packages that use Organization Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.orgs com.spotify.github.v3.repos -
-
Uses of Organization in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Organization Modifier and Type Method Description Organization
ImmutableRepositoryEvent. organization()
OrganizationOrganization
RepositoryEvent. organization()
OrganizationMethods in com.spotify.github.v3.activity.events with parameters of type Organization Modifier and Type Method Description ImmutableRepositoryEvent.Builder
ImmutableRepositoryEvent.Builder. organization(Organization organization)
Initializes the value for theorganization
attribute.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withOrganization(Organization value)
Copy the current immutable object by setting a value for theorganization
attribute. -
Uses of Organization in com.spotify.github.v3.orgs
Methods in com.spotify.github.v3.orgs that return Organization Modifier and Type Method Description Organization
ImmutableOrgMembership. organization()
Organization
OrgMembership. organization()
Methods in com.spotify.github.v3.orgs with parameters of type Organization Modifier and Type Method Description ImmutableOrgMembership.Builder
ImmutableOrgMembership.Builder. organization(Organization organization)
Initializes the value for theorganization
attribute.ImmutableOrgMembership
ImmutableOrgMembership. withOrganization(Organization value)
Copy the current immutable object by setting a value for theorganization
attribute. -
Uses of Organization in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Organization Modifier and Type Class Description class
ImmutableOrganization
Immutable implementation ofOrganization
.Methods in com.spotify.github.v3.repos with parameters of type Organization Modifier and Type Method Description static ImmutableOrganization
ImmutableOrganization. copyOf(Organization instance)
Creates an immutable copy of aOrganization
value.ImmutableOrganization.Builder
ImmutableOrganization.Builder. from(Organization instance)
Fill a builder with attribute values from the providedOrganization
instance.
-