public class PackageSettings extends Settings implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CeremonySettings |
_ceremony |
static String |
FIELD_CEREMONY |
static String |
FIELD_INTEGRATION_FRAMEWORK_WORKFLOWS |
protected List<IntegrationFrameworkWorkflow> |
integrationFrameworkWorkflows |
| Constructor and Description |
|---|
PackageSettings() |
| Modifier and Type | Method and Description |
|---|---|
PackageSettings |
addIntegrationFrameworkWorkflow(IntegrationFrameworkWorkflow value) |
CeremonySettings |
getCeremony() |
List<IntegrationFrameworkWorkflow> |
getIntegrationFrameworkWorkflows() |
PackageSettings |
safeSetCeremony(CeremonySettings value) |
PackageSettings |
safeSetIntegrationFrameworkWorkflows(List<IntegrationFrameworkWorkflow> value) |
PackageSettings |
setCeremony(CeremonySettings value) |
PackageSettings |
setIntegrationFrameworkWorkflows(List<IntegrationFrameworkWorkflow> value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_CEREMONY
public static final String FIELD_INTEGRATION_FRAMEWORK_WORKFLOWS
protected CeremonySettings _ceremony
protected List<IntegrationFrameworkWorkflow> integrationFrameworkWorkflows
public PackageSettings setCeremony(CeremonySettings value)
public PackageSettings safeSetCeremony(CeremonySettings value)
public CeremonySettings getCeremony()
public PackageSettings setIntegrationFrameworkWorkflows(List<IntegrationFrameworkWorkflow> value)
public PackageSettings safeSetIntegrationFrameworkWorkflows(List<IntegrationFrameworkWorkflow> value)
public List<IntegrationFrameworkWorkflow> getIntegrationFrameworkWorkflows()
public PackageSettings addIntegrationFrameworkWorkflow(IntegrationFrameworkWorkflow value)
Copyright 2022 OneSpan All rights reserved.