Interface Jobs._FinalStage

  • All Known Implementing Classes:
    Jobs.Builder
    Enclosing class:
    Jobs

    public static interface Jobs._FinalStage
    • Method Detail

      • build

        Jobs build()
      • type

        Jobs._FinalStage type​(java.util.Optional<java.lang.String> type)

        The type of the object

      • url

        Jobs._FinalStage url​(java.util.Optional<java.lang.String> url)

        API endpoint URL to check the job status.

      • resourceType

        Jobs._FinalStage resourceType​(java.util.Optional<java.lang.String> resourceType)

        The type of resource created during job execution.

      • resourceType

        Jobs._FinalStage resourceType​(java.lang.String resourceType)
      • resourceId

        Jobs._FinalStage resourceId​(java.util.Optional<java.lang.String> resourceId)

        The id of the resource created during job execution (e.g. ticket id)

      • resourceUrl

        Jobs._FinalStage resourceUrl​(java.util.Optional<java.lang.String> resourceUrl)

        The url of the resource created during job exeuction. Use this url to fetch the resource.