82 строки
4.7 KiB
YAML
82 строки
4.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier"
|
|
fullName: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier"
|
|
name: "DataLakeSignedIdentifier"
|
|
nameWithType: "DataLakeSignedIdentifier"
|
|
summary: "signed identifier."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class DataLakeSignedIdentifier"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.DataLakeSignedIdentifier()"
|
|
fullName: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.DataLakeSignedIdentifier()"
|
|
name: "DataLakeSignedIdentifier()"
|
|
nameWithType: "DataLakeSignedIdentifier.DataLakeSignedIdentifier()"
|
|
syntax: "public DataLakeSignedIdentifier()"
|
|
methods:
|
|
- uid: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.getAccessPolicy()"
|
|
fullName: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.getAccessPolicy()"
|
|
name: "getAccessPolicy()"
|
|
nameWithType: "DataLakeSignedIdentifier.getAccessPolicy()"
|
|
summary: "Get the access<wbr>Policy property: The access<wbr>Policy property."
|
|
syntax: "public DataLakeAccessPolicy getAccessPolicy()"
|
|
desc: "Get the accessPolicy property: The accessPolicy property."
|
|
returns:
|
|
description: "the accessPolicy value."
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeAccessPolicy?alt=com.azure.storage.file.datalake.models.DataLakeAccessPolicy&text=DataLakeAccessPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.getId()"
|
|
fullName: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.getId()"
|
|
name: "getId()"
|
|
nameWithType: "DataLakeSignedIdentifier.getId()"
|
|
summary: "Get the id property: a unique id."
|
|
syntax: "public String getId()"
|
|
desc: "Get the id property: a unique 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.storage.file.datalake.models.DataLakeSignedIdentifier.setAccessPolicy(com.azure.storage.file.datalake.models.DataLakeAccessPolicy)"
|
|
fullName: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.setAccessPolicy(DataLakeAccessPolicy accessPolicy)"
|
|
name: "setAccessPolicy(DataLakeAccessPolicy accessPolicy)"
|
|
nameWithType: "DataLakeSignedIdentifier.setAccessPolicy(DataLakeAccessPolicy accessPolicy)"
|
|
summary: "Set the access<wbr>Policy property: The access<wbr>Policy property."
|
|
parameters:
|
|
- description: "the accessPolicy value to set."
|
|
name: "accessPolicy"
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeAccessPolicy?alt=com.azure.storage.file.datalake.models.DataLakeAccessPolicy&text=DataLakeAccessPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public DataLakeSignedIdentifier setAccessPolicy(DataLakeAccessPolicy accessPolicy)"
|
|
desc: "Set the accessPolicy property: The accessPolicy property."
|
|
returns:
|
|
description: "the DataLakeSignedIdentifier object itself."
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeSignedIdentifier?alt=com.azure.storage.file.datalake.models.DataLakeSignedIdentifier&text=DataLakeSignedIdentifier\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.setId(java.lang.String)"
|
|
fullName: "com.azure.storage.file.datalake.models.DataLakeSignedIdentifier.setId(String id)"
|
|
name: "setId(String id)"
|
|
nameWithType: "DataLakeSignedIdentifier.setId(String id)"
|
|
summary: "Set the id property: a unique 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 DataLakeSignedIdentifier setId(String id)"
|
|
desc: "Set the id property: a unique id."
|
|
returns:
|
|
description: "the DataLakeSignedIdentifier object itself."
|
|
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeSignedIdentifier?alt=com.azure.storage.file.datalake.models.DataLakeSignedIdentifier&text=DataLakeSignedIdentifier\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "signed identifier."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.datalake.models"
|
|
artifact: com.azure:azure-storage-file-datalake:12.12.1
|