All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToResourceTags(Collection<AzureResourceTag> items) |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
addNewResourceTag() |
A |
addNewResourceTag(String key,
String value) |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
addNewResourceTagLike(AzureResourceTag item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToResourceTags(AzureResourceTag... items) |
A |
addToResourceTags(int index,
AzureResourceTag item) |
AzureResourceTag |
buildFirstResourceTag() |
AzureResourceTag |
buildLastResourceTag() |
AzureResourceTag |
buildMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate) |
AzureResourceTag |
buildResourceTag(int index) |
List<AzureResourceTag> |
buildResourceTags() |
protected void |
copyInstance(AzurePlatformStatus instance) |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
editFirstResourceTag() |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
editLastResourceTag() |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
editMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate) |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
editResourceTag(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getArmEndpoint() |
String |
getCloudName() |
String |
getNetworkResourceGroupName() |
String |
getResourceGroupName() |
boolean |
hasAdditionalProperties() |
boolean |
hasArmEndpoint() |
boolean |
hasCloudName() |
int |
hashCode() |
boolean |
hasMatchingResourceTag(Predicate<AzureResourceTagBuilder> predicate) |
boolean |
hasNetworkResourceGroupName() |
boolean |
hasResourceGroupName() |
boolean |
hasResourceTags() |
A |
removeAllFromResourceTags(Collection<AzureResourceTag> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromResourceTags(AzureResourceTag... items) |
A |
removeMatchingFromResourceTags(Predicate<AzureResourceTagBuilder> predicate) |
AzurePlatformStatusFluent.ResourceTagsNested<A> |
setNewResourceTagLike(int index,
AzureResourceTag item) |
A |
setToResourceTags(int index,
AzureResourceTag item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withArmEndpoint(String armEndpoint) |
A |
withCloudName(String cloudName) |
A |
withNetworkResourceGroupName(String networkResourceGroupName) |
A |
withResourceGroupName(String resourceGroupName) |
A |
withResourceTags(AzureResourceTag... resourceTags) |
A |
withResourceTags(List<AzureResourceTag> resourceTags) |