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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class IdpDiscoveryPolicyRuleCondition
extends Object
implements Serializable
IdpDiscoveryPolicyRuleCondition
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApp()Get appGet networkGet platformGet userIdentifierinthashCode()network(PolicyNetworkCondition network) platform(PlatformPolicyRuleCondition platform) voidvoidsetNetwork(PolicyNetworkCondition network) voidsetPlatform(PlatformPolicyRuleCondition platform) voidsetUserIdentifier(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
-
setApp
-
network
-
getNetwork
-
setNetwork
-
userIdentifier
public IdpDiscoveryPolicyRuleCondition userIdentifier(UserIdentifierPolicyRuleCondition userIdentifier) -
getUserIdentifier
Get userIdentifier- Returns:
- userIdentifier
-
setUserIdentifier
-
platform
-
getPlatform
-
setPlatform
-
equals
-
hashCode
-
toString
-