Interface IUserSegmentation
-
- All Known Subinterfaces:
IUserSegmentationSPI
- All Known Implementing Classes:
UserSegmentation
@StableMinor(version="14.0", sinceVersion="11.2") public interface IUserSegmentation
Represents a user segmentation.- Since:
- 11.2.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the id.String
getName()
Returns the name.String
getServiceInstanceId()
Returns the service instance identifier.
-
-
-
Method Detail
-
getId
String getId()
Returns the id.- Returns:
- the id
- Since:
- 11.2.0
-
getName
String getName()
Returns the name.- Returns:
- the name
- Since:
- 11.2.0
-
getServiceInstanceId
String getServiceInstanceId()
Returns the service instance identifier.- Returns:
- the service instance identifier
- Since:
- 11.2.0
-
-