public class ProvisioningParameters
extends java.lang.Object
implements java.io.Serializable
Entitlement,
ProvisioningPolicy,
Serialized Form| Constructor and Description |
|---|
ProvisioningParameters()
The default constructor.
|
ProvisioningParameters(java.util.Collection parameters)
The constructor accepting collection of provisioning parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getParameterMap()
Method gets immutable map of provisioning parameters where the
key of the map is the attribute name and the value is
ServiceAttributeParameter object.
|
java.util.Collection |
getParameters()
Returns mutable collection of all provisioning parameters contained
by this object.
|
void |
setParameters(java.util.Collection parameters)
Sets collection of provisioning parameters.
|
public ProvisioningParameters()
public ProvisioningParameters(java.util.Collection parameters)
parameters - collection of ServiceAttributeParameter objects.public void setParameters(java.util.Collection parameters)
parameters - Collection of ServiceAttributeParameter objectspublic java.util.Collection getParameters()
public java.util.Map getParameterMap()