Uses of Enum Class
io.gs2.cdk.serialKey.model.enums.IssueJobStatus
Packages that use IssueJobStatus
-
Uses of IssueJobStatus in io.gs2.cdk.serialKey.model
Constructors in io.gs2.cdk.serialKey.model with parameters of type IssueJobStatusModifierConstructorDescriptionIssueJob(String name, Integer issuedCount, Integer issueRequestCount, IssueJobStatus status) IssueJob(String name, Integer issuedCount, Integer issueRequestCount, IssueJobStatus status, IssueJobOptions options) -
Uses of IssueJobStatus in io.gs2.cdk.serialKey.model.enums
Methods in io.gs2.cdk.serialKey.model.enums that return IssueJobStatusModifier and TypeMethodDescriptionstatic IssueJobStatusReturns the enum constant of this class with the specified name.static IssueJobStatus[]IssueJobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.