global class RecRepresentation {
|
global String acceptanceLabel;
|
global String businessObjectiveId;
|
global String description;
|
global String domain;
|
global String flowName;
|
global String id;
|
global String imageUrl;
|
global String name;
|
global String rejectionLabel;
|
global ConnectApi.StateOutputRepresentation state;
|
global ConnectApi.TargetActionOutputRepresentation targetAction;
|
global RecRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|