Interface ISocialProfile
-
@StableMinor(version="14.1", sinceVersion="6.1") public interface ISocialProfile
This interface represents the Social Profile information. If the information will be used in DOUI Service context, it's necessary to implement theIRenderable
interface too.- Since:
- 6.1.0
- Version:
- $Revision: 24684 $ $Date: 2021-08-23 18:58:35 -0300 (Mon, 23 Aug 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Gets identifier.
-
-
-
Method Detail
-
getId
String getId()
Gets identifier.- Returns:
- identifier.
- Since:
- 6.1.0
-
-