次の方法で共有


OrganizationResourceInner Class

public final class OrganizationResourceInner
extends Resource

Organization resource.

Constructor Summary

Constructor Description
OrganizationResourceInner()

Creates an instance of OrganizationResourceInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime createdTime()

Get the createdTime property: The creation time of the resource.

static OrganizationResourceInner fromJson(JsonReader jsonReader)

Reads an instance of OrganizationResourceInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

LinkOrganization linkOrganization()

Get the linkOrganization property: Link an existing Confluent organization.

String name()

Get the name property: The name of the resource.

OfferDetail offerDetail()

Get the offerDetail property: Confluent offer detail.

String organizationId()

Get the organizationId property: Id of the Confluent organization.

ProvisionState provisioningState()

Get the provisioningState property: Provision states for confluent RP.

String ssoUrl()

Get the ssoUrl property: SSO url for the Confluent organization.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

UserDetail userDetail()

Get the userDetail property: Subscriber detail.

OrganizationResourceInner withLinkOrganization(LinkOrganization linkOrganization)

Set the linkOrganization property: Link an existing Confluent organization.

OrganizationResourceInner withLocation(String location)
OrganizationResourceInner withOfferDetail(OfferDetail offerDetail)

Set the offerDetail property: Confluent offer detail.

OrganizationResourceInner withTags(Map<String,String> tags)
OrganizationResourceInner withUserDetail(UserDetail userDetail)

Set the userDetail property: Subscriber detail.

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:

the createdTime value.

fromJson

public static OrganizationResourceInner fromJson(JsonReader jsonReader)

Reads an instance of OrganizationResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OrganizationResourceInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

OrganizationResourceInner.id()

Returns:

the id value.

linkOrganization

public LinkOrganization linkOrganization()

Get the linkOrganization property: Link an existing Confluent organization.

Returns:

the linkOrganization value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

OrganizationResourceInner.name()

Returns:

the name value.

offerDetail

public OfferDetail offerDetail()

Get the offerDetail property: Confluent offer detail.

Returns:

the offerDetail value.

organizationId

public String organizationId()

Get the organizationId property: Id of the Confluent organization.

Returns:

the organizationId value.

provisioningState

public ProvisionState provisioningState()

Get the provisioningState property: Provision states for confluent RP.

Returns:

the provisioningState value.

ssoUrl

public String ssoUrl()

Get the ssoUrl property: SSO url for the Confluent organization.

Returns:

the ssoUrl value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

OrganizationResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

OrganizationResourceInner.type()

Returns:

the type value.

userDetail

public UserDetail userDetail()

Get the userDetail property: Subscriber detail.

Returns:

the userDetail value.

withLinkOrganization

public OrganizationResourceInner withLinkOrganization(LinkOrganization linkOrganization)

Set the linkOrganization property: Link an existing Confluent organization.

Parameters:

linkOrganization - the linkOrganization value to set.

Returns:

the OrganizationResourceInner object itself.

withLocation

public OrganizationResourceInner withLocation(String location)

Overrides:

OrganizationResourceInner.withLocation(String location)

Parameters:

location

withOfferDetail

public OrganizationResourceInner withOfferDetail(OfferDetail offerDetail)

Set the offerDetail property: Confluent offer detail.

Parameters:

offerDetail - the offerDetail value to set.

Returns:

the OrganizationResourceInner object itself.

withTags

public OrganizationResourceInner withTags(Map<String,String> tags)

Overrides:

OrganizationResourceInner.withTags(Map<String,String> tags)

Parameters:

tags

withUserDetail

public OrganizationResourceInner withUserDetail(UserDetail userDetail)

Set the userDetail property: Subscriber detail.

Parameters:

userDetail - the userDetail value to set.

Returns:

the OrganizationResourceInner object itself.

Applies to