Package com.okta.sdk.resource.model
Class ApplicationGroupAssignmentLinks
java.lang.Object
com.okta.sdk.resource.model.ApplicationGroupAssignmentLinks
- 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 ApplicationGroupAssignmentLinks
extends Object
implements Serializable
ApplicationGroupAssignmentLinks
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapp(HrefObjectAppLink app) booleangetApp()Get appgetGroup()Get groupgetSelf()Get selfgroup(HrefObjectGroupLink group) inthashCode()self(HrefObjectSelfLink self) voidsetApp(HrefObjectAppLink app) voidsetGroup(HrefObjectGroupLink group) voidsetSelf(HrefObjectSelfLink self) toString()
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_APP
- See Also:
-
JSON_PROPERTY_GROUP
- See Also:
-
-
Constructor Details
-
ApplicationGroupAssignmentLinks
public ApplicationGroupAssignmentLinks()
-
-
Method Details
-
self
-
getSelf
-
setSelf
-
app
-
getApp
-
setApp
-
group
-
getGroup
-
setGroup
-
equals
-
hashCode
-
toString
-