Set the collection of static domains.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfigBuilder setDomains( ICollection<DOFDomainConfig> domainConfigs )
Parameters
- domainConfigs
- Type: System.Collections.GenericICollectionDOFDomainConfig
The domains to authorize. Null will be treated as an empty collection. Must not contain nulls.
Return Value
Type: DOFConnectionConfigBuilderThe builder.
Remarks
See Also