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 Identity
Member. 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 void
Member. setGroupSamlIdentity(Identity groupSamlIdentity)
Member
Member. withGroupSamlIdentity(Identity groupSamlIdentity)
Method parameters in org.gitlab4j.api.models with type arguments of type Identity Modifier and Type Method Description void
User. setIdentities(List<Identity> identities)
User
User. withIdentities(List<Identity> identities)