* Gets the credentials from the credential list
*
* @return the credentials
*/
public CredentialList getCredentials() {
CredentialList credentials = new CredentialList(this.getClient(), this.getSid());
credentials.setRequestAccountSid(this.getRequestAccountSid());
return credentials;
}