### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.OfferDetail"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail"
name: "OfferDetail"
nameWithType: "OfferDetail"
summary: "Confluent Offer detail."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **OfferDetail**"
constructors:
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.OfferDetail()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.OfferDetail()"
name: "OfferDetail()"
nameWithType: "OfferDetail.OfferDetail()"
summary: "Creates an instance of OfferDetail class."
syntax: "public OfferDetail()"
desc: "Creates an instance of OfferDetail class."
methods:
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.id()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.id()"
name: "id()"
nameWithType: "OfferDetail.id()"
summary: "Get the id property: Offer Id."
syntax: "public String id()"
desc: "Get the id property: Offer Id."
returns:
description: "the id value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.planId()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.planId()"
name: "planId()"
nameWithType: "OfferDetail.planId()"
summary: "Get the planId property: Offer Plan Id."
syntax: "public String planId()"
desc: "Get the planId property: Offer Plan Id."
returns:
description: "the planId value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.planName()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.planName()"
name: "planName()"
nameWithType: "OfferDetail.planName()"
summary: "Get the planName property: Offer Plan Name."
syntax: "public String planName()"
desc: "Get the planName property: Offer Plan Name."
returns:
description: "the planName value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.privateOfferId()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.privateOfferId()"
name: "privateOfferId()"
nameWithType: "OfferDetail.privateOfferId()"
summary: "Get the privateOfferId property: Private Offer Id."
syntax: "public String privateOfferId()"
desc: "Get the privateOfferId property: Private Offer Id."
returns:
description: "the privateOfferId value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.privateOfferIds()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.privateOfferIds()"
name: "privateOfferIds()"
nameWithType: "OfferDetail.privateOfferIds()"
summary: "Get the privateOfferIds property: Array of Private Offer Ids."
syntax: "public List privateOfferIds()"
desc: "Get the privateOfferIds property: Array of Private Offer Ids."
returns:
description: "the privateOfferIds value."
type: "List<String>"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.publisherId()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.publisherId()"
name: "publisherId()"
nameWithType: "OfferDetail.publisherId()"
summary: "Get the publisherId property: Publisher Id."
syntax: "public String publisherId()"
desc: "Get the publisherId property: Publisher Id."
returns:
description: "the publisherId value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.status()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.status()"
name: "status()"
nameWithType: "OfferDetail.status()"
summary: "Get the status property: SaaSOfferStatus SaaS Offer Status."
syntax: "public SaaSOfferStatus status()"
desc: "Get the status property: SaaSOfferStatus SaaS Offer Status."
returns:
description: "the status value."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.termId()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.termId()"
name: "termId()"
nameWithType: "OfferDetail.termId()"
summary: "Get the termId property: Offer Plan Term Id."
syntax: "public String termId()"
desc: "Get the termId property: Offer Plan Term Id."
returns:
description: "the termId value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.termUnit()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.termUnit()"
name: "termUnit()"
nameWithType: "OfferDetail.termUnit()"
summary: "Get the termUnit property: Offer Plan Term unit."
syntax: "public String termUnit()"
desc: "Get the termUnit property: Offer Plan Term unit."
returns:
description: "the termUnit value."
type: "String"
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.validate()"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.validate()"
name: "validate()"
nameWithType: "OfferDetail.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withId(String id)"
name: "withId(String id)"
nameWithType: "OfferDetail.withId(String id)"
summary: "Set the id property: Offer Id."
parameters:
- description: "the id value to set."
name: "id"
type: "String"
syntax: "public OfferDetail withId(String id)"
desc: "Set the id property: Offer Id."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withPlanId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withPlanId(String planId)"
name: "withPlanId(String planId)"
nameWithType: "OfferDetail.withPlanId(String planId)"
summary: "Set the planId property: Offer Plan Id."
parameters:
- description: "the planId value to set."
name: "planId"
type: "String"
syntax: "public OfferDetail withPlanId(String planId)"
desc: "Set the planId property: Offer Plan Id."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withPlanName(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withPlanName(String planName)"
name: "withPlanName(String planName)"
nameWithType: "OfferDetail.withPlanName(String planName)"
summary: "Set the planName property: Offer Plan Name."
parameters:
- description: "the planName value to set."
name: "planName"
type: "String"
syntax: "public OfferDetail withPlanName(String planName)"
desc: "Set the planName property: Offer Plan Name."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withPrivateOfferId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withPrivateOfferId(String privateOfferId)"
name: "withPrivateOfferId(String privateOfferId)"
nameWithType: "OfferDetail.withPrivateOfferId(String privateOfferId)"
summary: "Set the privateOfferId property: Private Offer Id."
parameters:
- description: "the privateOfferId value to set."
name: "privateOfferId"
type: "String"
syntax: "public OfferDetail withPrivateOfferId(String privateOfferId)"
desc: "Set the privateOfferId property: Private Offer Id."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withPrivateOfferIds(java.util.List)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withPrivateOfferIds(List privateOfferIds)"
name: "withPrivateOfferIds(List privateOfferIds)"
nameWithType: "OfferDetail.withPrivateOfferIds(List privateOfferIds)"
summary: "Set the privateOfferIds property: Array of Private Offer Ids."
parameters:
- description: "the privateOfferIds value to set."
name: "privateOfferIds"
type: "List<String>"
syntax: "public OfferDetail withPrivateOfferIds(List privateOfferIds)"
desc: "Set the privateOfferIds property: Array of Private Offer Ids."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withPublisherId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withPublisherId(String publisherId)"
name: "withPublisherId(String publisherId)"
nameWithType: "OfferDetail.withPublisherId(String publisherId)"
summary: "Set the publisherId property: Publisher Id."
parameters:
- description: "the publisherId value to set."
name: "publisherId"
type: "String"
syntax: "public OfferDetail withPublisherId(String publisherId)"
desc: "Set the publisherId property: Publisher Id."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withStatus(com.azure.resourcemanager.confluent.models.SaaSOfferStatus)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withStatus(SaaSOfferStatus status)"
name: "withStatus(SaaSOfferStatus status)"
nameWithType: "OfferDetail.withStatus(SaaSOfferStatus status)"
summary: "Set the status property: SaaSOfferStatus SaaS Offer Status."
parameters:
- description: "the status value to set."
name: "status"
type: ""
syntax: "public OfferDetail withStatus(SaaSOfferStatus status)"
desc: "Set the status property: SaaSOfferStatus SaaS Offer Status."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withTermId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withTermId(String termId)"
name: "withTermId(String termId)"
nameWithType: "OfferDetail.withTermId(String termId)"
summary: "Set the termId property: Offer Plan Term Id."
parameters:
- description: "the termId value to set."
name: "termId"
type: "String"
syntax: "public OfferDetail withTermId(String termId)"
desc: "Set the termId property: Offer Plan Term Id."
returns:
description: "the OfferDetail object itself."
type: ""
- uid: "com.azure.resourcemanager.confluent.models.OfferDetail.withTermUnit(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.OfferDetail.withTermUnit(String termUnit)"
name: "withTermUnit(String termUnit)"
nameWithType: "OfferDetail.withTermUnit(String termUnit)"
summary: "Set the termUnit property: Offer Plan Term unit."
parameters:
- description: "the termUnit value to set."
name: "termUnit"
type: "String"
syntax: "public OfferDetail withTermUnit(String termUnit)"
desc: "Set the termUnit property: Offer Plan Term unit."
returns:
description: "the OfferDetail object itself."
type: ""
type: "class"
desc: "Confluent Offer detail."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0