Package io.wcm.devops.conga.model.role
Class RoleVariant
java.lang.Object
io.wcm.devops.conga.model.shared.AbstractModel
io.wcm.devops.conga.model.shared.AbstractConfigurable
io.wcm.devops.conga.model.role.RoleVariant
- All Implemented Interfaces:
Configurable,Serializable
Defines a named variant of a role.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefines the variant name.voidsetVariant(String variant) Sets variant name.Methods inherited from class io.wcm.devops.conga.model.shared.AbstractConfigurable
getConfig, setConfigMethods inherited from class io.wcm.devops.conga.model.shared.AbstractModel
toString
-
Constructor Details
-
RoleVariant
public RoleVariant()
-
-
Method Details
-
getVariant
Defines the variant name.- Returns:
- Variant name
-
setVariant
Sets variant name.- Parameters:
variant- Variant name
-