LinkOrganization Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. LinkOrganization
- com.
Implements
public final class LinkOrganization
implements JsonSerializable<LinkOrganization>
Link an existing Confluent organization.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkOrganization() |
Creates an instance of Link |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Link |
fromJson(JsonReader jsonReader)
Reads an instance of Link |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
token()
Get the token property: User auth token. |
| void |
validate()
Validates the instance. |
|
Link |
withToken(String token)
Set the token property: User auth token. |
Methods inherited from java.lang.Object
Constructor Details
LinkOrganization
public LinkOrganization()
Creates an instance of LinkOrganization class.
Method Details
fromJson
public static LinkOrganization fromJson(JsonReader jsonReader)
Reads an instance of LinkOrganization from the JsonReader.
Parameters:
Returns:
Throws:
toJson
token
public String token()
Get the token property: User auth token.
Returns:
validate
public void validate()
Validates the instance.
withToken
public LinkOrganization withToken(String token)
Set the token property: User auth token.
Parameters:
Returns: