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

com.xcase.msgraph.objects.MSGraphGroup Maven / Gradle / Ivy

/**
 * Copyright 2017 Xcase All rights reserved.
 */

package com.xcase.msgraph.objects;

/**
 *
 * @author martin
 */
public class MSGraphGroup {
    public String id;

    public String description;

    public String displayName;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy