global class ProcessDefinitionInput {
|
global String layoutType;
|
global List<ConnectApi.ProcessDetailInput> processDetail;
|
global ProcessDefinitionInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|