com.xcase.msgraph.transputs.GetAuthorizationCodeResponse Maven / Gradle / Ivy
/**
* Copyright 2017 Xcase. All rights reserved.
*/
package com.xcase.msgraph.transputs;
/**
*
* @author martin
*/
public interface GetAuthorizationCodeResponse {
String getAuthorizationCode();
void setAuthorizationCode(String authorizationCode);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy