public class ShareNetworkUpdateOptions extends Object
Constructor and Description |
---|
ShareNetworkUpdateOptions() |
Modifier and Type | Method and Description |
---|---|
static ShareNetworkUpdateOptions |
create() |
ShareNetworkUpdateOptions |
description(String description)
Update the share network description.
|
String |
getDescription() |
String |
getName() |
ShareNetworkUpdateOptions |
name(String name)
Update the share network name.
|
public static ShareNetworkUpdateOptions create()
public ShareNetworkUpdateOptions name(String name)
name
- the share network namepublic ShareNetworkUpdateOptions description(String description)
description
- the share network descriptionpublic String getName()
public String getDescription()
Copyright © 2017. All rights reserved.