Package com.okta.sdk.resource.model
Class Parameters
java.lang.Object
com.okta.sdk.resource.model.Parameters
- 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 Parameters
extends Object
implements Serializable
Attributes used for processing AD Group membership update
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaction
(Parameters.ActionEnum action) addvaluesItem
(String valuesItem) boolean
The update action to takeThe attribute that tracks group memberships in AD.List of user IDs whose group memberships to updateint
hashCode()
void
setAction
(Parameters.ActionEnum action) void
setAttribute
(String attribute) void
toString()
-
Field Details
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_ATTRIBUTE
- See Also:
-
JSON_PROPERTY_VALUES
- See Also:
-
-
Constructor Details
-
Parameters
public Parameters()
-
-
Method Details
-
action
-
getAction
The update action to take- Returns:
- action
-
setAction
-
attribute
-
getAttribute
The attribute that tracks group memberships in AD. This should be `member` for AD.- Returns:
- attribute
-
setAttribute
-
values
-
addvaluesItem
-
getValues
List of user IDs whose group memberships to update- Returns:
- values
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-