public interface SystemMaintenanceTaskMarshalling
SystemMaintenanceTask into a string and vice versa| Modifier and Type | Method and Description |
|---|---|
String |
marshal(SystemMaintenanceTask task)
Convert a
SystemMaintenanceTask POJO to a string representation |
<T extends SystemMaintenanceTask> |
unmarshal(Class<T> taskClazz,
String taskString)
Convert a string representation of a
SystemMaintenanceTask to a POJO |
String marshal(SystemMaintenanceTask task)
SystemMaintenanceTask POJO to a string representationIllegalArgumentException - if the task cannot be marshalled successfully<T extends SystemMaintenanceTask> T unmarshal(Class<T> taskClazz, String taskString)
SystemMaintenanceTask to a POJOIllegalArgumentException - if the string cannot be parsed successfullyCopyright © 2003–2021 Atlassian. All rights reserved.