Package sailpoint.object
Class Bundle
java.lang.Object
sailpoint.object.Bundle
A class to represent Roles in IdentityNow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the displayable name of the bundle (Role) If the displayName is empty, return the nameGet the display name of the bundle (Role)getType()Get the type of the bundle (Role)
-
Constructor Details
-
Bundle
public Bundle()
-
-
Method Details
-
getDisplayName
Get the display name of the bundle (Role)- Returns:
- the displayName
-
getDisplayableName
Get the displayable name of the bundle (Role) If the displayName is empty, return the name- Returns:
- the displayableName or Name
-
getType
Get the type of the bundle (Role)- Returns:
- the bundle type
-