Package com.uc4.api.objects
Enum Class UserRight.Type
- All Implemented Interfaces:
Serializable
,Comparable<UserRight.Type>
,Constable
- Enclosing class:
- UserRight
User rights.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAll.Call API.Deprecated.Calendar.Notification.RA Solution.Client.Code table.Connection object.Cockpit.Dashboard.Documentation.Event.External reports.Filter.Folder.Agent.AgentGroup.Agent Assignment.Child Job.FileTransfer.Group.Include.ProcessFlow.RemoteQueue Manager.Job.Schedule.Login.Period object.Prompt Set.Queue.Report.Script.Server.Deprecated.Slo object.Storage.Sync.Timezone.User.UserGroup.Variable.Stylesheet.XREQ object.Stylesheet. -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<UserRight.Type>
Returns all object types that are not deprecated.toString()
static UserRight.Type
Returns the enum constant of this class with the specified name.static UserRight.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
All. -
CALE
Calendar. -
CALL
Notification. -
CITC
RA Solution. -
CLNT
Client. -
CODE
Code table. -
CONN
Connection object. -
CPIT
Cockpit. -
DOCU
Documentation. -
EVNT
Event. -
FILTER
Filter. -
FOLD
Folder. -
HOST
Agent. -
HOSTG
AgentGroup. -
HSTA
Agent Assignment. -
JOBF
FileTransfer. -
JOBG
Group. -
JOBI
Include. -
JOBP
ProcessFlow. -
JOBQ
RemoteQueue Manager. -
JOBS
Job. -
JSCH
Schedule. -
LOGIN
Login. -
PRPT
Prompt Set. -
QUEUE
Queue. -
SCRI
Script. -
SERV
Server. -
SYNC
Sync. -
TZ
Timezone. -
USER
User. -
USRG
UserGroup. -
VARA
Variable. -
XLS
Stylesheet. -
API
Call API. -
JOBD
Child Job. -
SLA
Deprecated.SLA. -
BU
Deprecated.Business Unit. -
REPORT
Report. -
DASH
Dashboard. -
STORE
Storage. -
EXTREP
External reports. -
XSL
Stylesheet. -
PERIOD
Period object. -
SLO
Slo object. -
XREQ
XREQ object.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<UserRight.Type>
-
getValidTypes
Returns all object types that are not deprecated.- Returns:
- Collection of object types
-