com.ringcentral.definitions.ScimSupported Maven / Gradle / Ivy
package com.ringcentral.definitions;
public class ScimSupported {
/**
*
*/
public Boolean supported;
public ScimSupported supported(Boolean supported) {
this.supported = supported;
return this;
}
}