org.aarboard.nextcloud.api.provisioning.UserData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nextcloud-api Show documentation
Show all versions of nextcloud-api Show documentation
Java api library to access nextcloud features from java applications
The newest version!
package org.aarboard.nextcloud.api.provisioning;
public enum UserData {
EMAIL,
QUOTA,
DISPLAYNAME,
PHONE,
ADDRESS,
WEBSITE,
TWITTER,
PASSWORD
}