@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T08:49:59.755-05:00") public interface UserType extends ExtensibleResource, Deletable
| 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() |
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
|
getResourceHref, 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, valuesDate getCreated()
String getCreatedBy()
Boolean getDefault()
String getDescription()
String getDisplayName()
String getId()
Date getLastUpdated()
String getLastUpdatedBy()
String getName()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T08:49:59.755-05:00", comments="DELETE - /api/v1/meta/types/user/{typeId}") void delete()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T08:49:59.755-05:00", comments="POST - /api/v1/meta/types/user/{typeId}") UserType update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T08:49:59.755-05:00", comments="PUT - /api/v1/meta/types/user/{typeId}") UserType replaceUserType(String typeId, UserType userType)
typeId - (required)userType - (required)Copyright © 2017–2023 Okta. All rights reserved.