global class CredentialCustomHeaderInput {
|
global String headerName;
|
global String headerValue;
|
global String id;
|
global Integer sequenceNumber;
|
global CredentialCustomHeaderInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|