Package com.okta.sdk.resource.model
Class FulfillmentData
java.lang.Object
com.okta.sdk.resource.model.FulfillmentData
- 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 FulfillmentData
extends Object
implements Serializable
Fulfillment provider details
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncustomizationId
(String customizationId) boolean
ID for the set of custom configurations of the requested FactorID for the specific inventory bucket of the requested FactorID for the make and model of the requested Factorint
hashCode()
inventoryProductId
(String inventoryProductId) void
setCustomizationId
(String customizationId) void
setInventoryProductId
(String inventoryProductId) void
setProductId
(String productId) toString()
-
Field Details
-
JSON_PROPERTY_CUSTOMIZATION_ID
- See Also:
-
JSON_PROPERTY_INVENTORY_PRODUCT_ID
- See Also:
-
JSON_PROPERTY_PRODUCT_ID
- See Also:
-
-
Constructor Details
-
FulfillmentData
public FulfillmentData()
-
-
Method Details
-
customizationId
-
getCustomizationId
ID for the set of custom configurations of the requested Factor- Returns:
- customizationId
-
setCustomizationId
-
inventoryProductId
-
getInventoryProductId
ID for the specific inventory bucket of the requested Factor- Returns:
- inventoryProductId
-
setInventoryProductId
-
productId
-
getProductId
ID for the make and model of the requested Factor- Returns:
- productId
-
setProductId
-
equals
-
hashCode
public int hashCode() -
toString
-