AclEntry.Builder.SetFlags Method

Definition

Overloads

SetFlags(AclEntryFlag[])
SetFlags(ICollection<AclEntryFlag>)

SetFlags(AclEntryFlag[])

[Android.Runtime.Register("setFlags", "([Ljava/nio/file/attribute/AclEntryFlag;)Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)]
public Java.Nio.FileNio.Attributes.AclEntry.Builder? SetFlags (params Java.Nio.FileNio.Attributes.AclEntryFlag[]? flags);
[<Android.Runtime.Register("setFlags", "([Ljava/nio/file/attribute/AclEntryFlag;)Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)>]
member this.SetFlags : Java.Nio.FileNio.Attributes.AclEntryFlag[] -> Java.Nio.FileNio.Attributes.AclEntry.Builder

Parameters

flags
AclEntryFlag[]

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

SetFlags(ICollection<AclEntryFlag>)

[Android.Runtime.Register("setFlags", "(Ljava/util/Set;)Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)]
public Java.Nio.FileNio.Attributes.AclEntry.Builder? SetFlags (System.Collections.Generic.ICollection<Java.Nio.FileNio.Attributes.AclEntryFlag>? flags);
[<Android.Runtime.Register("setFlags", "(Ljava/util/Set;)Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)>]
member this.SetFlags : System.Collections.Generic.ICollection<Java.Nio.FileNio.Attributes.AclEntryFlag> -> Java.Nio.FileNio.Attributes.AclEntry.Builder

Parameters

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to