Package com.enonic.xp.project
Class ModifyProjectIconParams
- java.lang.Object
-
- com.enonic.xp.project.ModifyProjectIconParams
-
@PublicApi public final class ModifyProjectIconParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModifyProjectIconParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModifyProjectIconParams.Builder
create()
CreateAttachment
getIcon()
ProjectName
getName()
int
getScaleWidth()
-
-
-
Method Detail
-
create
public static ModifyProjectIconParams.Builder create()
-
getName
public ProjectName getName()
-
getIcon
public CreateAttachment getIcon()
-
getScaleWidth
public int getScaleWidth()
-
-