Interface IUserSegmentation
-
- All Known Subinterfaces:
IUserSegmentationSPI
- All Known Implementing Classes:
UserSegmentation
@StableMinor(version="14.2", sinceVersion="11.2") public interface IUserSegmentation
Represents a user segmentation.- Since:
- 11.2.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
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
-
-