All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xcase.box.transputs.GetAuthTokenResponse Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.box.transputs;

import com.xcase.box.objects.BoxUser;

/**
 *
 * @author martin
 */
public interface GetAuthTokenResponse extends BoxResponse {

    /**
     * @return the authToken
     */
    public String getAuthToken();

    /**
     * @param authToken the authToken to set
     */
    public void setAuthToken(String authToken);

    /**
     * @return the user
     */
    public BoxUser getUser();

    /**
     * @param user the user to set
     */
    public void setUser(BoxUser user);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy