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-23T16:19:57.008753975Z[Etc/UTC]", comments="Generator version: 7.8.0") public class FulfillmentData extends Object implements Serializable
Fulfillment provider details
See Also:
  • Field Details

  • Constructor Details

    • FulfillmentData

      public FulfillmentData()
  • Method Details

    • customizationId

      public FulfillmentData customizationId(String customizationId)
    • getCustomizationId

      @Nullable public String getCustomizationId()
      ID for the set of custom configurations of the requested Factor
      Returns:
      customizationId
    • setCustomizationId

      public void setCustomizationId(String customizationId)
    • inventoryProductId

      public FulfillmentData inventoryProductId(String inventoryProductId)
    • getInventoryProductId

      @Nullable public String getInventoryProductId()
      ID for the specific inventory bucket of the requested Factor
      Returns:
      inventoryProductId
    • setInventoryProductId

      public void setInventoryProductId(String inventoryProductId)
    • productId

      public FulfillmentData productId(String productId)
    • getProductId

      @Nullable public String getProductId()
      ID for the make and model of the requested Factor
      Returns:
      productId
    • setProductId

      public void setProductId(String productId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object