azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

141 строка
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity"
name: "ApiKeyOwnerEntity"
nameWithType: "ApiKeyOwnerEntity"
summary: "API Key Owner details which can be a user or service account."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ApiKeyOwnerEntity**"
constructors:
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.ApiKeyOwnerEntity()"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.ApiKeyOwnerEntity()"
name: "ApiKeyOwnerEntity()"
nameWithType: "ApiKeyOwnerEntity.ApiKeyOwnerEntity()"
summary: "Creates an instance of Api<wbr>Key<wbr>Owner<wbr>Entity class."
syntax: "public ApiKeyOwnerEntity()"
desc: "Creates an instance of ApiKeyOwnerEntity class."
methods:
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.id()"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.id()"
name: "id()"
nameWithType: "ApiKeyOwnerEntity.id()"
summary: "Get the id property: API Key owner id."
syntax: "public String id()"
desc: "Get the id property: API Key owner id."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.kind()"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.kind()"
name: "kind()"
nameWithType: "ApiKeyOwnerEntity.kind()"
summary: "Get the kind property: Type of the owner service or user account."
syntax: "public String kind()"
desc: "Get the kind property: Type of the owner service or user account."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.related()"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.related()"
name: "related()"
nameWithType: "ApiKeyOwnerEntity.related()"
summary: "Get the related property: API URL for accessing or modifying the referred object."
syntax: "public String related()"
desc: "Get the related property: API URL for accessing or modifying the referred object."
returns:
description: "the related value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.resourceName()"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.resourceName()"
name: "resourceName()"
nameWithType: "ApiKeyOwnerEntity.resourceName()"
summary: "Get the resource<wbr>Name property: CRN reference to the referred resource."
syntax: "public String resourceName()"
desc: "Get the resourceName property: CRN reference to the referred resource."
returns:
description: "the resourceName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.validate()"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.validate()"
name: "validate()"
nameWithType: "ApiKeyOwnerEntity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withId(String id)"
name: "withId(String id)"
nameWithType: "ApiKeyOwnerEntity.withId(String id)"
summary: "Set the id property: API Key owner id."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiKeyOwnerEntity withId(String id)"
desc: "Set the id property: API Key owner id."
returns:
description: "the ApiKeyOwnerEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity?alt=com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity&text=ApiKeyOwnerEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withKind(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withKind(String kind)"
name: "withKind(String kind)"
nameWithType: "ApiKeyOwnerEntity.withKind(String kind)"
summary: "Set the kind property: Type of the owner service or user account."
parameters:
- description: "the kind value to set."
name: "kind"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiKeyOwnerEntity withKind(String kind)"
desc: "Set the kind property: Type of the owner service or user account."
returns:
description: "the ApiKeyOwnerEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity?alt=com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity&text=ApiKeyOwnerEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withRelated(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withRelated(String related)"
name: "withRelated(String related)"
nameWithType: "ApiKeyOwnerEntity.withRelated(String related)"
summary: "Set the related property: API URL for accessing or modifying the referred object."
parameters:
- description: "the related value to set."
name: "related"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiKeyOwnerEntity withRelated(String related)"
desc: "Set the related property: API URL for accessing or modifying the referred object."
returns:
description: "the ApiKeyOwnerEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity?alt=com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity&text=ApiKeyOwnerEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withResourceName(java.lang.String)"
fullName: "com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity.withResourceName(String resourceName)"
name: "withResourceName(String resourceName)"
nameWithType: "ApiKeyOwnerEntity.withResourceName(String resourceName)"
summary: "Set the resource<wbr>Name property: CRN reference to the referred resource."
parameters:
- description: "the resourceName value to set."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiKeyOwnerEntity withResourceName(String resourceName)"
desc: "Set the resourceName property: CRN reference to the referred resource."
returns:
description: "the ApiKeyOwnerEntity object itself."
type: "<xref href=\"com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity?alt=com.azure.resourcemanager.confluent.models.ApiKeyOwnerEntity&text=ApiKeyOwnerEntity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "API Key Owner details which can be a user or service account."
metadata: {}
package: "com.azure.resourcemanager.confluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-confluent:1.1.0