public static interface ActivityType.Builder extends SdkPojo, CopyableBuilder<ActivityType.Builder,ActivityType>
| Modifier and Type | Method and Description |
|---|---|
ActivityType.Builder |
name(String name)
The name of this activity.
|
ActivityType.Builder |
version(String version)
The version of this activity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActivityType.Builder name(String name)
The name of this activity.
The combination of activity type name and version must be unique within a domain.
name - The name of this activity. The combination of activity type name and version must be unique within a domain.
ActivityType.Builder version(String version)
The version of this activity.
The combination of activity type name and version must be unique with in a domain.
version - The version of this activity. The combination of activity type name and version must be unique with in a domain.
Copyright © 2023. All rights reserved.