Uses of Class
com.boldsign.model.UserProperties
-
Packages that use UserProperties Package Description com.boldsign.api com.boldsign.model -
-
Uses of UserProperties in com.boldsign.api
Methods in com.boldsign.api that return UserProperties Modifier and Type Method Description UserPropertiesUserApi. getUser(String userId)Get summary of the user.Methods in com.boldsign.api that return types with arguments of type UserProperties Modifier and Type Method Description ApiResponse<UserProperties>UserApi. getUserWithHttpInfo(String userId)Get summary of the user.Method parameters in com.boldsign.api with type arguments of type UserProperties Modifier and Type Method Description okhttp3.CallUserApi. getUserAsync(String userId, ApiCallback<UserProperties> _callback)Get summary of the user. -
Uses of UserProperties in com.boldsign.model
Methods in com.boldsign.model that return UserProperties Modifier and Type Method Description UserPropertiesUserProperties. createdDate(Long createdDate)UserPropertiesUserProperties. email(String email)UserPropertiesUserProperties. firstName(String firstName)static UserPropertiesUserProperties. fromJson(String jsonString)Create an instance of UserProperties given an JSON stringUserPropertiesUserProperties. lastName(String lastName)UserPropertiesUserProperties. metaData(Map<String,String> metaData)UserPropertiesUserProperties. modifiedDate(Long modifiedDate)UserPropertiesUserProperties. putMetaDataItem(String key, String metaDataItem)UserPropertiesUserProperties. role(String role)UserPropertiesUserProperties. teamId(String teamId)UserPropertiesUserProperties. teamName(String teamName)UserPropertiesUserProperties. userId(String userId)UserPropertiesUserProperties. userStatus(String userStatus)
-