Uses of Class
org.xwiki.rest.model.jaxb.JobId
-
Packages that use JobId Package Description org.xwiki.rest.model.jaxb -
-
Uses of JobId in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as JobId Modifier and Type Field Description protected JobId
JobRequest. id
Methods in org.xwiki.rest.model.jaxb that return JobId Modifier and Type Method Description JobId
ObjectFactory. createJobId()
Create an instance ofJobId
JobId
JobRequest. getId()
Gets the value of the id property.JobId
JobId. withElements(String... values)
JobId
JobId. withElements(Collection<String> values)
Methods in org.xwiki.rest.model.jaxb with parameters of type JobId Modifier and Type Method Description void
JobRequest. setId(JobId value)
Sets the value of the id property.JobRequest
JobRequest. withId(JobId value)
-