[]Struct jni_android_sys::java::nio::file::attribute::AclEntry_Builder

#[repr(transparent)]
pub struct AclEntry_Builder(_);

public final class AclEntry.Builder

Required feature: "java-nio-file-attribute-AclEntry_Builder"

Methods

impl AclEntry_Builder

pub fn build<'env>(
    &'env self
) -> Result<Option<Local<'env, AclEntry>>, Local<'env, Throwable>>
[src]

build

Required features: "java-nio-file-attribute-AclEntry"

pub fn setType<'env>(
    &'env self,
    arg0: impl Into<Option<&'env AclEntryType>>
) -> Result<Option<Local<'env, AclEntry_Builder>>, Local<'env, Throwable>>
[src]

setType

Required features: "java-nio-file-attribute-AclEntryType", "java-nio-file-attribute-AclEntry_Builder"

pub fn setPrincipal<'env>(
    &'env self,
    arg0: impl Into<Option<&'env UserPrincipal>>
) -> Result<Option<Local<'env, AclEntry_Builder>>, Local<'env, Throwable>>
[src]

setPrincipal

Required features: "java-nio-file-attribute-AclEntry_Builder", "java-nio-file-attribute-UserPrincipal"

pub fn setPermissions_Set<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Set>>
) -> Result<Option<Local<'env, AclEntry_Builder>>, Local<'env, Throwable>>
[src]

setPermissions

Required features: "java-nio-file-attribute-AclEntry_Builder", "java-util-Set"

pub fn setPermissions_AclEntryPermission_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<AclEntryPermission, Throwable>>>
) -> Result<Option<Local<'env, AclEntry_Builder>>, Local<'env, Throwable>>
[src]

setPermissions

Required features: "java-nio-file-attribute-AclEntryPermission", "java-nio-file-attribute-AclEntry_Builder"

pub fn setFlags_Set<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Set>>
) -> Result<Option<Local<'env, AclEntry_Builder>>, Local<'env, Throwable>>
[src]

setFlags

Required features: "java-nio-file-attribute-AclEntry_Builder", "java-util-Set"

pub fn setFlags_AclEntryFlag_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<AclEntryFlag, Throwable>>>
) -> Result<Option<Local<'env, AclEntry_Builder>>, Local<'env, Throwable>>
[src]

setFlags

Required features: "java-nio-file-attribute-AclEntryFlag", "java-nio-file-attribute-AclEntry_Builder"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for AclEntry_Builder

impl AsValidJObjectAndEnv for AclEntry_Builder

impl Deref for AclEntry_Builder

type Target = Object

The resulting type after dereferencing.

impl JniType for AclEntry_Builder

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.