@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T08:50:42.885-05:00") public class DefaultUserType extends AbstractInstanceResource<UserType> implements UserType
propertiesreadLock, writeLock| Constructor and Description |
|---|
DefaultUserType(InternalDataStore dataStore) |
DefaultUserType(InternalDataStore dataStore,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes a User Type permanently.
|
Date |
getCreated() |
String |
getCreatedBy() |
Boolean |
getDefault() |
String |
getDescription() |
String |
getDisplayName() |
String |
getId() |
Date |
getLastUpdated() |
String |
getLastUpdatedBy() |
Map<String,Object> |
getLinks() |
String |
getName() |
Map<String,Property> |
getPropertyDescriptors() |
Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
UserType |
replaceUserType(String typeId,
UserType userType)
Replace an existing User Type
|
UserType |
setDescription(String description) |
UserType |
setDisplayName(String displayName) |
UserType |
setId(String id) |
UserType |
setName(String name) |
UserType |
update()
Updates an existing User Type
|
saveclear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, valuesgetBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic DefaultUserType(InternalDataStore dataStore)
public DefaultUserType(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors in class AbstractResourcepublic Class<? extends Resource> getResourceClass()
AbstractInstanceResourceFoo, in this case this method may return Foo.class.
(Defaults to getClass().)getResourceClass in class AbstractInstanceResource<UserType>public Date getCreated()
getCreated in interface UserTypepublic String getCreatedBy()
getCreatedBy in interface UserTypepublic Boolean getDefault()
getDefault in interface UserTypepublic String getDescription()
getDescription in interface UserTypepublic UserType setDescription(String description)
setDescription in interface UserTypepublic String getDisplayName()
getDisplayName in interface UserTypepublic UserType setDisplayName(String displayName)
setDisplayName in interface UserTypepublic Date getLastUpdated()
getLastUpdated in interface UserTypepublic String getLastUpdatedBy()
getLastUpdatedBy in interface UserType@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T08:50:42.885-05:00", comments="DELETE - /api/v1/meta/types/user/{typeId}") public void delete()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T08:50:42.885-05:00", comments="POST - /api/v1/meta/types/user/{typeId}") public UserType update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T08:50:42.885-05:00", comments="PUT - /api/v1/meta/types/user/{typeId}") public UserType replaceUserType(String typeId, UserType userType)
replaceUserType in interface UserTypetypeId - (required)userType - (required)Copyright © 2017–2023 Okta. All rights reserved.