JobResource.DefinitionStages.WithDetails Interface

public static interface JobResource.DefinitionStages.WithDetails

The stage of the JobResource definition allowing to specify details.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDetails(JobDetails details)

Specifies the details property: Details of a job run.

Method Details

withDetails

public abstract JobResource.DefinitionStages.WithCreate withDetails(JobDetails details)

Specifies the details property: Details of a job run. This field will only be sent for expand details filter..

Parameters:

details - Details of a job run. This field will only be sent for expand details filter.

Returns:

the next definition stage.

Applies to