public interface SharingProfile extends Identifiable, Attributes
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the human-readable name assigned to this SharingProfile.
|
Map<String,String> |
getParameters()
Returns a map which contains connection parameter name/value pairs as
key/value pairs.
|
String |
getPrimaryConnectionIdentifier()
Returns the identifier of the primary connection associated with this
connection.
|
void |
setName(String name)
Sets the human-readable name assigned to this SharingProfile.
|
void |
setParameters(Map<String,String> parameters)
Replaces all current parameters with the parameters defined within the
given map.
|
void |
setPrimaryConnectionIdentifier(String identifier)
Sets the identifier of the primary connection associated with this
connection.
|
getIdentifier, setIdentifier
getAttributes, setAttributes
String getName()
void setName(String name)
name
- The name to assign.String getPrimaryConnectionIdentifier()
void setPrimaryConnectionIdentifier(String identifier)
identifier
- The identifier of the primary connection associated with this
connection.Map<String,String> getParameters()
void setParameters(Map<String,String> parameters)
parameters
- A map which contains all connection parameter name/value pairs as
key/value pairs.Copyright © 2018. All rights reserved.