global class ExternalDocCreationOutputRepresentation {
|
global Object externalDocumentDetails;
|
global Boolean isSuccess;
|
global String message;
|
global String ssoLinkUrl;
|
global ExternalDocCreationOutputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|