Package com.okta.sdk.resource.model
Class EntitlementValuesResponse
java.lang.Object
com.okta.sdk.resource.model.EntitlementValuesResponse
- 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 EntitlementValuesResponse
extends Object
implements Serializable
EntitlementValuesResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddentitlementValuesItem
(EntitlementValue entitlementValuesItem) entitlementValues
(List<EntitlementValue> entitlementValues) boolean
Get entitlementValuesgetLinks()
Get linksorg.openapitools.jackson.nullable.JsonNullable
<EntitlementValuesResponseLinks> int
hashCode()
void
setEntitlementValues
(List<EntitlementValue> entitlementValues) void
void
setLinks_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<EntitlementValuesResponseLinks> links) toString()
-
Field Details
-
JSON_PROPERTY_ENTITLEMENT_VALUES
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
EntitlementValuesResponse
public EntitlementValuesResponse()
-
-
Method Details
-
entitlementValues
-
addentitlementValuesItem
-
getEntitlementValues
Get entitlementValues- Returns:
- entitlementValues
-
setEntitlementValues
-
links
-
getLinks
Get links- Returns:
- links
-
getLinks_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<EntitlementValuesResponseLinks> getLinks_JsonNullable() -
setLinks_JsonNullable
public void setLinks_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<EntitlementValuesResponseLinks> links) -
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-