void |
ListActivityTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus) |
Specifies the registration status of the activity types to list.
|
void |
ListDomainsRequest.setRegistrationStatus(RegistrationStatus registrationStatus) |
Specifies the registration status of the domains to list.
|
void |
ListWorkflowTypesRequest.setRegistrationStatus(RegistrationStatus registrationStatus) |
Specifies the registration status of the workflow types to list.
|
void |
ActivityTypeInfo.setStatus(RegistrationStatus status) |
The current status of the activity type.
|
void |
DomainInfo.setStatus(RegistrationStatus status) |
The status of the domain:
|
void |
WorkflowTypeInfo.setStatus(RegistrationStatus status) |
The current status of the workflow type.
|
ListActivityTypesRequest |
ListActivityTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus) |
Specifies the registration status of the activity types to list.
|
ListDomainsRequest |
ListDomainsRequest.withRegistrationStatus(RegistrationStatus registrationStatus) |
Specifies the registration status of the domains to list.
|
ListWorkflowTypesRequest |
ListWorkflowTypesRequest.withRegistrationStatus(RegistrationStatus registrationStatus) |
Specifies the registration status of the workflow types to list.
|
ActivityTypeInfo |
ActivityTypeInfo.withStatus(RegistrationStatus status) |
The current status of the activity type.
|
DomainInfo |
DomainInfo.withStatus(RegistrationStatus status) |
The status of the domain:
|
WorkflowTypeInfo |
WorkflowTypeInfo.withStatus(RegistrationStatus status) |
The current status of the workflow type.
|