Package com.okta.sdk.resource.model
Class BaseContextUserLinks
java.lang.Object
com.okta.sdk.resource.model.BaseContextUserLinks
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class BaseContextUserLinks
extends Object
implements Serializable
Specifies link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) available for the current status
of the user. These links are used to discover what groups the user is a part of and what factors they have enrolled.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
factors
(HrefObject factors) URL to retrieve individual user's factor enrollmentsURL to retrieve the individual user's group membershipsgroups
(HrefObject groups) int
hashCode()
void
setFactors
(HrefObject factors) void
setGroups
(HrefObject groups) toString()
-
Field Details
-
JSON_PROPERTY_GROUPS
- See Also:
-
JSON_PROPERTY_FACTORS
- See Also:
-
-
Constructor Details
-
BaseContextUserLinks
public BaseContextUserLinks()
-
-
Method Details
-
groups
-
getGroups
URL to retrieve the individual user's group memberships- Returns:
- groups
-
setGroups
-
factors
-
getFactors
URL to retrieve individual user's factor enrollments- Returns:
- factors
-
setFactors
-
equals
-
hashCode
public int hashCode() -
toString
-