Uses of Class
com.hierynomus.mssmb2.SMB2ShareFlags
-
Packages that use SMB2ShareFlags Package Description com.hierynomus.mssmb2 com.hierynomus.mssmb2.messages -
-
Uses of SMB2ShareFlags in com.hierynomus.mssmb2
Methods in com.hierynomus.mssmb2 that return SMB2ShareFlags Modifier and Type Method Description static SMB2ShareFlagsSMB2ShareFlags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SMB2ShareFlags[]SMB2ShareFlags. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SMB2ShareFlags in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages with type parameters of type SMB2ShareFlags Modifier and Type Field Description private java.util.Set<SMB2ShareFlags>SMB2TreeConnectResponse. shareFlagsMethods in com.hierynomus.mssmb2.messages that return types with arguments of type SMB2ShareFlags Modifier and Type Method Description java.util.Set<SMB2ShareFlags>SMB2TreeConnectResponse. getShareFlags()Method parameters in com.hierynomus.mssmb2.messages with type arguments of type SMB2ShareFlags Modifier and Type Method Description voidSMB2TreeConnectResponse. setShareFlags(java.util.Set<SMB2ShareFlags> shareFlags)
-