Uses of Enum
com.studerw.tda.model.user.UserPrincipals.Field
Packages that use UserPrincipals.Field
-
Uses of UserPrincipals.Field in com.studerw.tda.client
Methods in com.studerw.tda.client with parameters of type UserPrincipals.FieldModifier and TypeMethodDescriptionHttpTdaClient.getUserPrincipals
(UserPrincipals.Field... fields) TdaClient.getUserPrincipals
(UserPrincipals.Field... fields) -
Uses of UserPrincipals.Field in com.studerw.tda.model.user
Methods in com.studerw.tda.model.user that return UserPrincipals.FieldModifier and TypeMethodDescriptionstatic UserPrincipals.Field
Returns the enum constant of this type with the specified name.static UserPrincipals.Field[]
UserPrincipals.Field.values()
Returns an array containing the constants of this enum type, in the order they are declared.