Interface IUserSegmentation
-
- All Known Subinterfaces:
IUserSegmentationSPI
- All Known Implementing Classes:
UserSegmentation
@StableMinor(version="16.1", sinceVersion="11.2") public interface IUserSegmentation
Represents a user segmentation.- Since:
- 11.2.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Returns the id.java.lang.String
getName()
Returns the name.java.lang.String
getServiceInstanceId()
Returns the service instance identifier.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns the id.- Returns:
- the id
- Since:
- 11.2.0
-
getName
java.lang.String getName()
Returns the name.- Returns:
- the name
- Since:
- 11.2.0
-
getServiceInstanceId
java.lang.String getServiceInstanceId()
Returns the service instance identifier.- Returns:
- the service instance identifier
- Since:
- 11.2.0
-
-