
com.xcase.msgraph.impl.simple.transputs.GetUserRequestImpl Maven / Gradle / Ivy
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.xcase.msgraph.impl.simple.transputs;
import com.xcase.msgraph.transputs.GetUserRequest;
/**
*
* @author martin
*/
public class GetUserRequestImpl extends MSGraphRequestImpl implements GetUserRequest {
private String userId;
public String getUserId() {
return this.userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy