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 OrganizationImmutableRepositoryEvent. organization()OrganizationOrganizationRepositoryEvent. organization()OrganizationMethods in com.spotify.github.v3.activity.events with parameters of type Organization Modifier and Type Method Description ImmutableRepositoryEvent.BuilderImmutableRepositoryEvent.Builder. organization(Organization organization)Initializes the value for theorganizationattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withOrganization(Organization value)Copy the current immutable object by setting a value for theorganizationattribute. -
Uses of Organization in com.spotify.github.v3.orgs
Methods in com.spotify.github.v3.orgs that return Organization Modifier and Type Method Description OrganizationImmutableOrgMembership. organization()OrganizationOrgMembership. organization()Methods in com.spotify.github.v3.orgs with parameters of type Organization Modifier and Type Method Description ImmutableOrgMembership.BuilderImmutableOrgMembership.Builder. organization(Organization organization)Initializes the value for theorganizationattribute.ImmutableOrgMembershipImmutableOrgMembership. withOrganization(Organization value)Copy the current immutable object by setting a value for theorganizationattribute. -
Uses of Organization in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement Organization Modifier and Type Class Description classImmutableOrganizationImmutable implementation ofOrganization.Methods in com.spotify.github.v3.repos with parameters of type Organization Modifier and Type Method Description static ImmutableOrganizationImmutableOrganization. copyOf(Organization instance)Creates an immutable copy of aOrganizationvalue.ImmutableOrganization.BuilderImmutableOrganization.Builder. from(Organization instance)Fill a builder with attribute values from the providedOrganizationinstance.
-