OrganizationResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. confluent. fluent. models. OrganizationResourceInner
- com.
- com.
- com.
public final class OrganizationResourceInner
extends Resource
Organization resource.
Constructor Summary
| Constructor | Description |
|---|---|
| OrganizationResourceInner() |
Creates an instance of Organization |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdTime()
Get the created |
|
static
Organization |
fromJson(JsonReader jsonReader)
Reads an instance of Organization |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Link |
linkOrganization()
Get the link |
| String |
name()
Get the name property: The name of the resource. |
|
Offer |
offerDetail()
Get the offer |
| String |
organizationId()
Get the organization |
|
Provision |
provisioningState()
Get the provisioning |
| String |
ssoUrl()
Get the sso |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
User |
userDetail()
Get the user |
|
Organization |
withLinkOrganization(LinkOrganization linkOrganization)
Set the link |
|
Organization |
withLocation(String location) |
|
Organization |
withOfferDetail(OfferDetail offerDetail)
Set the offer |
|
Organization |
withTags(Map<String,String> tags) |
|
Organization |
withUserDetail(UserDetail userDetail)
Set the user |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
OrganizationResourceInner
public OrganizationResourceInner()
Creates an instance of OrganizationResourceInner class.
Method Details
createdTime
public OffsetDateTime createdTime()
Get the createdTime property: The creation time of the resource.
Returns:
fromJson
public static OrganizationResourceInner fromJson(JsonReader jsonReader)
Reads an instance of OrganizationResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
OrganizationResourceInner.id()Returns:
linkOrganization
public LinkOrganization linkOrganization()
Get the linkOrganization property: Link an existing Confluent organization.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
OrganizationResourceInner.name()Returns:
offerDetail
public OfferDetail offerDetail()
Get the offerDetail property: Confluent offer detail.
Returns:
organizationId
public String organizationId()
Get the organizationId property: Id of the Confluent organization.
Returns:
provisioningState
public ProvisionState provisioningState()
Get the provisioningState property: Provision states for confluent RP.
Returns:
ssoUrl
public String ssoUrl()
Get the ssoUrl property: SSO url for the Confluent organization.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
OrganizationResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
OrganizationResourceInner.type()Returns:
userDetail
public UserDetail userDetail()
Get the userDetail property: Subscriber detail.
Returns:
withLinkOrganization
public OrganizationResourceInner withLinkOrganization(LinkOrganization linkOrganization)
Set the linkOrganization property: Link an existing Confluent organization.
Parameters:
Returns:
withLocation
public OrganizationResourceInner withLocation(String location)
Overrides:
OrganizationResourceInner.withLocation(String location)Parameters:
withOfferDetail
public OrganizationResourceInner withOfferDetail(OfferDetail offerDetail)
Set the offerDetail property: Confluent offer detail.
Parameters:
Returns:
withTags
public OrganizationResourceInner withTags(Map<String,String> tags)
Overrides:
OrganizationResourceInner.withTags(Map<String,String> tags)Parameters:
withUserDetail
public OrganizationResourceInner withUserDetail(UserDetail userDetail)
Set the userDetail property: Subscriber detail.
Parameters:
Returns: