Class StandardName.FolderLocationStandardBuilder (0.3.0)

public static class StandardName.FolderLocationStandardBuilder

Builder for folders/{folder}/locations/{location}/standards/{standard}.

Inheritance

java.lang.Object > StandardName.FolderLocationStandardBuilder

Constructors

FolderLocationStandardBuilder()

protected FolderLocationStandardBuilder()

Methods

build()

public StandardName build()
Returns
Type Description
StandardName

getFolder()

public String getFolder()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getStandard()

public String getStandard()
Returns
Type Description
String

setFolder(String folder)

public StandardName.FolderLocationStandardBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
StandardName.FolderLocationStandardBuilder

setLocation(String location)

public StandardName.FolderLocationStandardBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
StandardName.FolderLocationStandardBuilder

setStandard(String standard)

public StandardName.FolderLocationStandardBuilder setStandard(String standard)
Parameter
Name Description
standard String
Returns
Type Description
StandardName.FolderLocationStandardBuilder