Package com.okta.sdk.resource.model
Class GovernanceBundlesResponse
java.lang.Object
com.okta.sdk.resource.model.GovernanceBundlesResponse
- 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 GovernanceBundlesResponse
extends Object
implements Serializable
GovernanceBundlesResponse
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddbundlesItem(GovernanceBundle bundlesItem) bundles(List<GovernanceBundle> bundles) booleanGet bundlesgetLinks()Get linksinthashCode()voidsetBundles(List<GovernanceBundle> bundles) voidtoString() 
- 
Field Details
- 
JSON_PROPERTY_BUNDLES
- See Also:
 
 - 
JSON_PROPERTY_LINKS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GovernanceBundlesResponse
public GovernanceBundlesResponse() 
 - 
 - 
Method Details