public abstract static class SharedStorage.Server extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SharedStorage.Server.CreateServer |
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
static SharedStorage.Server |
create(String id,
String name,
Types.StorageServerRights rights) |
abstract String |
id() |
abstract String |
name() |
abstract Types.StorageServerRights |
rights() |
public abstract String id()
public abstract String name()
public abstract Types.StorageServerRights rights()
public static SharedStorage.Server create(String id, String name, Types.StorageServerRights rights)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.