Package com.okta.sdk.resource.model
Class ApiTokenUpdate
java.lang.Object
com.okta.sdk.resource.model.ApiTokenUpdate
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApiTokenUpdate
extends Object
implements Serializable
An API Token Update Object for an Okta user. This token is NOT scoped any further and can be used for any API that
the user has permissions to call.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The client name associated with the API TokenThe creation date of the API TokengetName()
The name associated with the API TokenGet networkThe userId of the user who created the API Tokenint
hashCode()
network
(ApiTokenNetwork network) void
void
setNetwork
(ApiTokenNetwork network) void
toString()
-
Field Details
-
JSON_PROPERTY_CLIENT_NAME
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NETWORK
- See Also:
-
JSON_PROPERTY_USER_ID
- See Also:
-
-
Constructor Details
-
ApiTokenUpdate
public ApiTokenUpdate()
-
-
Method Details
-
getClientName
The client name associated with the API Token- Returns:
- clientName
-
getCreated
The creation date of the API Token- Returns:
- created
-
name
-
getName
The name associated with the API Token- Returns:
- name
-
setName
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
userId
-
getUserId
The userId of the user who created the API Token- Returns:
- userId
-
setUserId
-
equals
-
hashCode
public int hashCode() -
toString
-