public static class LastRunDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LastRunDetails |
build() |
LastRunDetails.Builder |
copy(LastRunDetails model) |
LastRunDetails.Builder |
description(String description)
Detailed description for the object.
|
LastRunDetails.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
LastRunDetails.Builder |
key(String key)
Generated key that can be used in API calls to identify Last run details of a task
schedule.
|
LastRunDetails.Builder |
lastRunTimeMillis(Long lastRunTimeMillis)
Time in milliseconds for the pervious schedule.
|
LastRunDetails.Builder |
modelType(String modelType)
The type of the object.
|
LastRunDetails.Builder |
modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through
releases of the service.
|
LastRunDetails.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
LastRunDetails.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
LastRunDetails.Builder |
objectVersion(Integer objectVersion)
This is used by the service for optimistic locking of the object, to prevent multiple
users from simultaneously updating the object.
|
LastRunDetails.Builder |
parentRef(ParentReference parentRef) |
public LastRunDetails.Builder key(String key)
Generated key that can be used in API calls to identify Last run details of a task schedule. On scenarios where reference to the lastRunDetails is needed, a value can be passed in create.
key
- the value to setpublic LastRunDetails.Builder modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through releases of the service.
modelVersion
- the value to setpublic LastRunDetails.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic LastRunDetails.Builder parentRef(ParentReference parentRef)
public LastRunDetails.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic LastRunDetails.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic LastRunDetails.Builder objectVersion(Integer objectVersion)
This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
objectVersion
- the value to setpublic LastRunDetails.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic LastRunDetails.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic LastRunDetails.Builder lastRunTimeMillis(Long lastRunTimeMillis)
Time in milliseconds for the pervious schedule.
lastRunTimeMillis
- the value to setpublic LastRunDetails build()
public LastRunDetails.Builder copy(LastRunDetails model)
Copyright © 2016–2024. All rights reserved.