public class JobMetadata extends CommonMetadata
| Modifier and Type | Class and Description |
|---|---|
static class |
JobMetadata.Builder
A builder to create job user metadata instances.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
getEmail()
Get the email for the user if there is one as an
Optional. |
java.util.Optional<java.lang.String> |
getGroup()
Get the group the user should is a member of as an
Optional. |
java.util.Optional<java.lang.String> |
getGrouping()
Get the grouping for this job if there currently is one as an
Optional. |
java.util.Optional<java.lang.String> |
getGroupingInstance()
Get the grouping instance for this job if there currently is one as an
Optional. |
getDescription, getMetadata, getTagspublic java.util.Optional<java.lang.String> getGroup()
Optional.public java.util.Optional<java.lang.String> getEmail()
Optional.public java.util.Optional<java.lang.String> getGrouping()
Optional.public java.util.Optional<java.lang.String> getGroupingInstance()
Optional.