Uses of Class
org.gitlab4j.api.models.Identity
| Package | Description |
|---|---|
| org.gitlab4j.api.models |
-
Uses of Identity in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Identity Modifier and Type Method Description IdentityMember. getGroupSamlIdentity()Methods in org.gitlab4j.api.models that return types with arguments of type Identity Modifier and Type Method Description List<Identity>User. getIdentities()Methods in org.gitlab4j.api.models with parameters of type Identity Modifier and Type Method Description voidMember. setGroupSamlIdentity(Identity groupSamlIdentity)MemberMember. withGroupSamlIdentity(Identity groupSamlIdentity)Method parameters in org.gitlab4j.api.models with type arguments of type Identity Modifier and Type Method Description voidUser. setIdentities(List<Identity> identities)UserUser. withIdentities(List<Identity> identities)