-
Notifications
You must be signed in to change notification settings - Fork 249
/
com.azure.storage.file.datalake.models.AccessControlChangeResult.yml
107 lines (107 loc) · 9.49 KB
/
com.azure.storage.file.datalake.models.AccessControlChangeResult.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
### YamlMime:JavaType
uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult"
name: "AccessControlChangeResult"
nameWithType: "AccessControlChangeResult"
summary: "Access<wbr>Control<wbr>Change<wbr>Result contains result of operations that change Access Control Lists recursively."
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 class **AccessControlChangeResult**"
constructors:
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.AccessControlChangeResult()"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.AccessControlChangeResult()"
name: "AccessControlChangeResult()"
nameWithType: "AccessControlChangeResult.AccessControlChangeResult()"
syntax: "public AccessControlChangeResult()"
methods:
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.getBatchFailures()"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.getBatchFailures()"
name: "getBatchFailures()"
nameWithType: "AccessControlChangeResult.getBatchFailures()"
summary: "Optional the first set of batch failures."
syntax: "public List<AccessControlChangeFailure> getBatchFailures()"
desc: "Optional the first set of batch failures. Value is present if there was a set of failures in a batch and contains a list of path entries that failed to change access control."
returns:
description: "The first set of batch failures."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeFailure?alt=com.azure.storage.file.datalake.models.AccessControlChangeFailure&text=AccessControlChangeFailure\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.getContinuationToken()"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.getContinuationToken()"
name: "getContinuationToken()"
nameWithType: "AccessControlChangeResult.getContinuationToken()"
summary: "Optional continuation token."
syntax: "public String getContinuationToken()"
desc: "Optional continuation token. Value is present when operation is split into multiple batches and can be used to resume progress."
returns:
description: "The continuation token to pass on the next request."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.getCounters()"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.getCounters()"
name: "getCounters()"
nameWithType: "AccessControlChangeResult.getCounters()"
summary: "Returns the <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>."
syntax: "public AccessControlChangeCounters getCounters()"
desc: "Returns the <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>."
returns:
description: "<xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>"
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters?alt=com.azure.storage.file.datalake.models.AccessControlChangeCounters&text=AccessControlChangeCounters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.setBatchFailures(java.util.List<com.azure.storage.file.datalake.models.AccessControlChangeFailure>)"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
name: "setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
nameWithType: "AccessControlChangeResult.setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
summary: "Sets the first set of batch failures."
parameters:
- description: "Optional the first set of batch failures. Value is present if there was a set of failures\n in a batch and contains a list of path entries that failed to change access control."
name: "batchFailures"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeFailure?alt=com.azure.storage.file.datalake.models.AccessControlChangeFailure&text=AccessControlChangeFailure\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public AccessControlChangeResult setBatchFailures(List<AccessControlChangeFailure> batchFailures)"
desc: "Sets the first set of batch failures."
returns:
description: "The updated object."
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeResult?alt=com.azure.storage.file.datalake.models.AccessControlChangeResult&text=AccessControlChangeResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.setContinuationToken(java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.setContinuationToken(String continuationToken)"
name: "setContinuationToken(String continuationToken)"
nameWithType: "AccessControlChangeResult.setContinuationToken(String continuationToken)"
summary: "Sets the continuation token."
parameters:
- description: "Optional continuation token. Value is present when operation is split into multiple\n batches and can be used to resume progress."
name: "continuationToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AccessControlChangeResult setContinuationToken(String continuationToken)"
desc: "Sets the continuation token."
returns:
description: "The updated object."
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeResult?alt=com.azure.storage.file.datalake.models.AccessControlChangeResult&text=AccessControlChangeResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.AccessControlChangeResult.setCounters(com.azure.storage.file.datalake.models.AccessControlChangeCounters)"
fullName: "com.azure.storage.file.datalake.models.AccessControlChangeResult.setCounters(AccessControlChangeCounters counters)"
name: "setCounters(AccessControlChangeCounters counters)"
nameWithType: "AccessControlChangeResult.setCounters(AccessControlChangeCounters counters)"
summary: "Sets the <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>."
parameters:
- description: "<xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>"
name: "counters"
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters?alt=com.azure.storage.file.datalake.models.AccessControlChangeCounters&text=AccessControlChangeCounters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AccessControlChangeResult setCounters(AccessControlChangeCounters counters)"
desc: "Sets the <xref uid=\"com.azure.storage.file.datalake.models.AccessControlChangeCounters\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AccessControlChangeCounters\"></xref>."
returns:
description: "The updated object."
type: "<xref href=\"com.azure.storage.file.datalake.models.AccessControlChangeResult?alt=com.azure.storage.file.datalake.models.AccessControlChangeResult&text=AccessControlChangeResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "AccessControlChangeResult contains result of operations that change Access Control Lists recursively."
metadata: {}
package: "com.azure.storage.file.datalake.models"
artifact: com.azure:azure-storage-file-datalake:12.22.0