Package com.onslip360
Class API.Stored_User
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_User>
-
- com.onslip360.API.Stored_User
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_User>>
- Enclosing class:
- API
public static class API.Stored_User extends Onslip360Object<API.Stored_User>
-
-
Method Summary
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
alias
@Nonnull public String alias()
-
created
@Nonnull public String created()
-
email
@Nonnull public String email()
-
id
@Nonnull public Long id()
-
name
@Nonnull public String name()
-
password
@Nonnull public Optional<byte[]> password()
-
pin
@Nonnull public Optional<byte[]> pin()
-
systemRoles
@Nonnull public Optional<API.User.SystemRole[]> systemRoles()
-
updated
@Nonnull public String updated()
-
alias
@Nonnull public API.Stored_User alias(String alias)
-
created
@Nonnull public API.Stored_User created(String created)
-
deleted
@Nonnull public API.Stored_User deleted(@Nullable String deleted)
-
demon
@Nonnull public API.Stored_User demon(@Nullable Boolean demon)
-
email
@Nonnull public API.Stored_User email(String email)
-
id
@Nonnull public API.Stored_User id(Long id)
-
identityNumber
@Nonnull public API.Stored_User identityNumber(@Nullable String identityNumber)
-
labels
@Nonnull public API.Stored_User labels(@Nullable Long[] labels)
-
name
@Nonnull public API.Stored_User name(String name)
-
password
@Nonnull public API.Stored_User password(@Nullable byte[] password)
-
pin
@Nonnull public API.Stored_User pin(@Nullable byte[] pin)
-
roles
@Nonnull public API.Stored_User roles(@Nullable Long[] roles)
-
systemRoles
@Nonnull public API.Stored_User systemRoles(@Nullable API.User.SystemRole[] systemRoles)
-
tags
@Nonnull public API.Stored_User tags(@Nullable String[] tags)
-
updated
@Nonnull public API.Stored_User updated(String updated)
-
updatedBy
@Nonnull public API.Stored_User updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_User updatedFrom(@Nullable Long updatedFrom)
-
-