Package io.wcm.devops.conga.model.role
Class RoleFile.RoleFileVariantMetadata
- java.lang.Object
-
- io.wcm.devops.conga.model.role.RoleFile.RoleFileVariantMetadata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVariant()
boolean
isMandatory()
-
-
-
Method Detail
-
getVariant
public String getVariant()
- Returns:
- Variant name (without "*" suffix)
-
isMandatory
public boolean isMandatory()
- Returns:
- true if variant is mandatory (was suffixed with "*")
-
-