Language

AclEntry.NewBuilder Method

Definition

Overloads

Name Description
NewBuilder()

Constructs a new builder.

NewBuilder(AclEntry)

Constructs a new builder.

NewBuilder()

Constructs a new builder.

[Android.Runtime.Register("newBuilder", "()Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)]
public static Java.Nio.FileNio.Attributes.AclEntry.Builder? NewBuilder();
[<Android.Runtime.Register("newBuilder", "()Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)>]
static member NewBuilder : unit -> Java.Nio.FileNio.Attributes.AclEntry.Builder

Returns

a new builder

Attributes

Remarks

Java documentation for java.nio.file.attribute.AclEntry.newBuilder().

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

NewBuilder(AclEntry)

Constructs a new builder.

[Android.Runtime.Register("newBuilder", "(Ljava/nio/file/attribute/AclEntry;)Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)]
public static Java.Nio.FileNio.Attributes.AclEntry.Builder? NewBuilder(Java.Nio.FileNio.Attributes.AclEntry? entry);
[<Android.Runtime.Register("newBuilder", "(Ljava/nio/file/attribute/AclEntry;)Ljava/nio/file/attribute/AclEntry$Builder;", "", ApiSince=26)>]
static member NewBuilder : Java.Nio.FileNio.Attributes.AclEntry -> Java.Nio.FileNio.Attributes.AclEntry.Builder

Parameters

entry
AclEntry

The ACL entry whose components initialize the builder.

Returns

a new builder

Attributes

Remarks

Java documentation for java.nio.file.attribute.AclEntry.newBuilder().

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