public interface SharingProfile extends Identifiable
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Returns all attributes associated with this sharing profile.
|
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 |
setAttributes(Map<String,String> attributes)
Sets the given attributes.
|
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
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.Map<String,String> getAttributes()
void setAttributes(Map<String,String> attributes)
attributes
- A map of all attribute identifiers to their corresponding values.Copyright © 2016. All rights reserved.