Class EntitlementName (0.3.0)

public class EntitlementName implements ResourceName

Inheritance

Object > EntitlementName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String entitlement)

public static String format(String project, String location, String entitlement)
Parameters
Name Description
project String
location String
entitlement String
Returns
Type Description
String

formatFolderLocationEntitlementName(String folder, String location, String entitlement)

public static String formatFolderLocationEntitlementName(String folder, String location, String entitlement)
Parameters
Name Description
folder String
location String
entitlement String
Returns
Type Description
String

formatOrganizationLocationEntitlementName(String organization, String location, String entitlement)

public static String formatOrganizationLocationEntitlementName(String organization, String location, String entitlement)
Parameters
Name Description
organization String
location String
entitlement String
Returns
Type Description
String

formatProjectLocationEntitlementName(String project, String location, String entitlement)

public static String formatProjectLocationEntitlementName(String project, String location, String entitlement)
Parameters
Name Description
project String
location String
entitlement String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static EntitlementName.Builder newBuilder()
Returns
Type Description
EntitlementName.Builder

newFolderLocationEntitlementBuilder()

public static EntitlementName.FolderLocationEntitlementBuilder newFolderLocationEntitlementBuilder()
Returns
Type Description
EntitlementName.FolderLocationEntitlementBuilder

newOrganizationLocationEntitlementBuilder()

public static EntitlementName.OrganizationLocationEntitlementBuilder newOrganizationLocationEntitlementBuilder()
Returns
Type Description
EntitlementName.OrganizationLocationEntitlementBuilder

newProjectLocationEntitlementBuilder()

public static EntitlementName.Builder newProjectLocationEntitlementBuilder()
Returns
Type Description
EntitlementName.Builder

of(String project, String location, String entitlement)

public static EntitlementName of(String project, String location, String entitlement)
Parameters
Name Description
project String
location String
entitlement String
Returns
Type Description
EntitlementName

ofFolderLocationEntitlementName(String folder, String location, String entitlement)

public static EntitlementName ofFolderLocationEntitlementName(String folder, String location, String entitlement)
Parameters
Name Description
folder String
location String
entitlement String
Returns
Type Description
EntitlementName

ofOrganizationLocationEntitlementName(String organization, String location, String entitlement)

public static EntitlementName ofOrganizationLocationEntitlementName(String organization, String location, String entitlement)
Parameters
Name Description
organization String
location String
entitlement String
Returns
Type Description
EntitlementName

ofProjectLocationEntitlementName(String project, String location, String entitlement)

public static EntitlementName ofProjectLocationEntitlementName(String project, String location, String entitlement)
Parameters
Name Description
project String
location String
entitlement String
Returns
Type Description
EntitlementName

parse(String formattedString)

public static EntitlementName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
EntitlementName

parseList(List<String> formattedStrings)

public static List<EntitlementName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<EntitlementName>

toStringList(List<EntitlementName> values)

public static List<String> toStringList(List<EntitlementName> values)
Parameter
Name Description
values List<EntitlementName>
Returns
Type Description
List<String>

Constructors

EntitlementName() (deprecated)

protected EntitlementName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getEntitlement()

public String getEntitlement()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getFolder()

public String getFolder()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public EntitlementName.Builder toBuilder()
Returns
Type Description
EntitlementName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides