Class QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder (0.12.0)

public static class QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder

Builder for folders/{folder}/locations/{location}/quotaPreferences/{quota_preference}.

Inheritance

java.lang.Object > QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder

Constructors

FolderLocationQuotaPreferenceBuilder()

protected FolderLocationQuotaPreferenceBuilder()

Methods

build()

public QuotaPreferenceName build()
Returns
Type Description
QuotaPreferenceName

getFolder()

public String getFolder()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getQuotaPreference()

public String getQuotaPreference()
Returns
Type Description
String

setFolder(String folder)

public QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder

setLocation(String location)

public QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder

setQuotaPreference(String quotaPreference)

public QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder setQuotaPreference(String quotaPreference)
Parameter
Name Description
quotaPreference String
Returns
Type Description
QuotaPreferenceName.FolderLocationQuotaPreferenceBuilder