public abstract class ResourceReference extends Object
| Constructor and Description |
|---|
ResourceReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
abstract boolean |
isChildType() |
boolean |
isOnlyWildcard() |
abstract String |
resourceTypeString() |
static ResourceReference |
withChildType(String resourceTypeString) |
static ResourceReference |
withType(String resourceTypeString) |
public abstract String resourceTypeString()
public abstract boolean isChildType()
public boolean isOnlyWildcard()
public static ResourceReference withType(String resourceTypeString)
public static ResourceReference withChildType(String resourceTypeString)
Copyright © 2022 Google LLC. All rights reserved.