Package net.worcade.client.create
Interface UserCreate
-
- All Superinterfaces:
EntityModification,UserModification
public interface UserCreate extends UserModification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserCreateautoShareTarget(Reference target)UserCreatecompany(Reference company)UserCreateemail(String email)UserCreatelocale(Locale locale)UserCreatelocation(Reference location)UserCreatemailImportAddress(String mailImportAddress)UserCreatename(String name)UserCreatepassword(String password)UserCreatepicture(Reference picture)UserCreateremoteIds(RemoteId... remoteIds)UserCreatesubscribeGettingStarted(boolean subscribe)UserCreatesubscribeNewsletter(boolean subscribe)UserCreatesuppressUpdateNotifications(boolean suppress)UserCreatetrustedApplications(Reference... applications)-
Methods inherited from interface net.worcade.client.modify.UserModification
samlNameId
-
-
-
-
Method Detail
-
name
UserCreate name(String name)
- Specified by:
namein interfaceUserModification
-
email
UserCreate email(String email)
- Specified by:
emailin interfaceUserModification
-
locale
UserCreate locale(Locale locale)
- Specified by:
localein interfaceUserModification
-
mailImportAddress
UserCreate mailImportAddress(String mailImportAddress)
- Specified by:
mailImportAddressin interfaceUserModification
-
password
UserCreate password(String password)
- Specified by:
passwordin interfaceUserModification
-
location
UserCreate location(Reference location)
- Specified by:
locationin interfaceUserModification
-
autoShareTarget
UserCreate autoShareTarget(Reference target)
- Specified by:
autoShareTargetin interfaceUserModification
-
picture
UserCreate picture(Reference picture)
- Specified by:
picturein interfaceUserModification
-
suppressUpdateNotifications
UserCreate suppressUpdateNotifications(boolean suppress)
- Specified by:
suppressUpdateNotificationsin interfaceUserModification
-
subscribeGettingStarted
UserCreate subscribeGettingStarted(boolean subscribe)
- Specified by:
subscribeGettingStartedin interfaceUserModification
-
subscribeNewsletter
UserCreate subscribeNewsletter(boolean subscribe)
- Specified by:
subscribeNewsletterin interfaceUserModification
-
trustedApplications
UserCreate trustedApplications(Reference... applications)
-
remoteIds
UserCreate remoteIds(RemoteId... remoteIds)
-
company
UserCreate company(Reference company)
-
-