| Package | Description |
|---|---|
| microsoft.vs.analytics.v1.model.entity |
| Modifier and Type | Method and Description |
|---|---|
User |
User.Builder.build() |
User |
User.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
User |
User.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
User |
User.withUnmappedField(String name,
String value) |
User |
User.withUserEmail(String userEmail) |
User |
User.withUserId(String userId) |
User |
User.withUserName(String userName) |
User |
User.withUserSK(String userSK) |
Copyright © 2018–2021. All rights reserved.