Package com.okta.sdk.resource.model
Class IdpDiscoveryPolicyRuleCondition
java.lang.Object
com.okta.sdk.resource.model.IdpDiscoveryPolicyRuleCondition
- 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 IdpDiscoveryPolicyRuleCondition
extends Object
implements Serializable
IdpDiscoveryPolicyRuleCondition
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getApp()
Get appGet networkGet platformGet userIdentifierint
hashCode()
network
(PolicyNetworkCondition network) platform
(PlatformPolicyRuleCondition platform) void
void
setNetwork
(PolicyNetworkCondition network) void
setPlatform
(PlatformPolicyRuleCondition platform) void
setUserIdentifier
(UserIdentifierPolicyRuleCondition userIdentifier) toString()
userIdentifier
(UserIdentifierPolicyRuleCondition userIdentifier)
-
Field Details
-
JSON_PROPERTY_APP
- See Also:
-
JSON_PROPERTY_NETWORK
- See Also:
-
JSON_PROPERTY_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
-
Constructor Details
-
IdpDiscoveryPolicyRuleCondition
public IdpDiscoveryPolicyRuleCondition()
-
-
Method Details
-
app
-
getApp
Get app- Returns:
- app
-
setApp
-
network
-
getNetwork
Get network- Returns:
- network
-
setNetwork
-
userIdentifier
public IdpDiscoveryPolicyRuleCondition userIdentifier(UserIdentifierPolicyRuleCondition userIdentifier) -
getUserIdentifier
Get userIdentifier- Returns:
- userIdentifier
-
setUserIdentifier
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
equals
-
hashCode
public int hashCode() -
toString
-