Uses of Class
com.pingidentity.sdk.provision.groups.request.MemberAttribute.Type
-
Packages that use MemberAttribute.Type Package Description com.pingidentity.sdk.provision.groups.request Request contexts related to Identity Store Provisioner group operations. -
-
Uses of MemberAttribute.Type in com.pingidentity.sdk.provision.groups.request
Methods in com.pingidentity.sdk.provision.groups.request that return MemberAttribute.Type Modifier and Type Method Description MemberAttribute.TypeMemberAttribute. getType()Get type.static MemberAttribute.TypeMemberAttribute.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MemberAttribute.Type[]MemberAttribute.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pingidentity.sdk.provision.groups.request with parameters of type MemberAttribute.Type Constructor Description MemberAttribute(String id, MemberAttribute.Type type)
-