| Package | Description |
|---|---|
| microsoft.vs.analytics.v4.model.entity |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.Builder.build() |
Tag |
Tag.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Tag |
Tag.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Tag |
Tag.withProjectSK(String projectSK) |
Tag |
Tag.withTagId(String tagId) |
Tag |
Tag.withTagName(String tagName) |
Tag |
Tag.withTagSK(Integer tagSK) |
Tag |
Tag.withUnmappedField(String name,
String value) |
Copyright © 2018–2020. All rights reserved.