AclEntry.Builder.Build Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an AclEntry
from the components of this builder.
[Android.Runtime.Register("build", "()Ljava/nio/file/attribute/AclEntry;", "", ApiSince=26)]
public Java.Nio.FileNio.Attributes.AclEntry? Build ();
[<Android.Runtime.Register("build", "()Ljava/nio/file/attribute/AclEntry;", "", ApiSince=26)>]
member this.Build : unit -> Java.Nio.FileNio.Attributes.AclEntry
Returns
a new ACL entry
- Attributes
Remarks
Constructs an AclEntry
from the components of this builder. The type and who components are required to have been set in order to construct an AclEntry
.
Java documentation for java.nio.file.attribute.AclEntry.Builder.build()
.
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.