@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class StatusLayoutUpdate extends Object
| Constructor and Description |
|---|
StatusLayoutUpdate() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
WorkflowLayout |
getLayout()
Get layout
|
Map<String,String> |
getProperties()
The properties for this status layout.
|
String |
getStatusReference()
A unique ID which the status will use to refer to this layout configuration.
|
int |
hashCode() |
StatusLayoutUpdate |
layout(WorkflowLayout layout) |
StatusLayoutUpdate |
properties(Map<String,String> properties) |
StatusLayoutUpdate |
putPropertiesItem(String key,
String propertiesItem) |
void |
set(String name,
Object value) |
void |
setLayout(WorkflowLayout layout) |
void |
setProperties(Map<String,String> properties) |
void |
setStatusReference(String statusReference) |
StatusLayoutUpdate |
statusReference(String statusReference) |
String |
toString() |
public StatusLayoutUpdate layout(WorkflowLayout layout)
public WorkflowLayout getLayout()
public void setLayout(WorkflowLayout layout)
public StatusLayoutUpdate properties(Map<String,String> properties)
public StatusLayoutUpdate putPropertiesItem(String key, String propertiesItem)
public Map<String,String> getProperties()
public StatusLayoutUpdate statusReference(String statusReference)
public String getStatusReference()
public void setStatusReference(String statusReference)
Copyright © 2011–2023 Everit Kft.. All rights reserved.