Uses of Enum Class
org.duracloud.account.app.controller.AccountUsersController.InvitationStatus
Packages that use AccountUsersController.InvitationStatus
-
Uses of AccountUsersController.InvitationStatus in org.duracloud.account.app.controller
Methods in org.duracloud.account.app.controller that return AccountUsersController.InvitationStatusModifier and TypeMethodDescriptionAccountUsersController.AccountUser.getStatus()Returns the enum constant of this class with the specified name.AccountUsersController.InvitationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.duracloud.account.app.controller with parameters of type AccountUsersController.InvitationStatusModifierConstructorDescriptionAccountUser(Long id, String username, String firstName, String lastName, String email, AccountUsersController.InvitationStatus status, org.duracloud.account.db.model.Role role, String allowableIPAddressRange, boolean editable)