global class NamedCredentialCalloutOptionsInput {
|
global Boolean allowMergeFieldsInBody;
|
global Boolean allowMergeFieldsInHeader;
|
global Boolean generateAuthorizationHeader;
|
global NamedCredentialCalloutOptionsInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|