96 строки
4.6 KiB
YAML
96 строки
4.6 KiB
YAML
|
### YamlMime:JavaType
|
||
|
constructors:
|
||
|
- fullName: com.microsoft.azure.documentdb.User.User()
|
||
|
name: User()
|
||
|
nameWithType: User.User()
|
||
|
summary: <p>Initialize a user object. </p>
|
||
|
syntax: public User()
|
||
|
uid: com.microsoft.azure.documentdb.User.User()
|
||
|
- fullName: com.microsoft.azure.documentdb.User.User(JSONObject jsonObject)
|
||
|
name: User(JSONObject jsonObject)
|
||
|
nameWithType: User.User(JSONObject jsonObject)
|
||
|
parameters:
|
||
|
- description: <p>the json object that represents the database user. </p>
|
||
|
name: jsonObject
|
||
|
type: <xref href="JSONObject?alt=JSONObject&text=JSONObject" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Initialize a user object from json object.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: public User(JSONObject jsonObject)
|
||
|
uid: com.microsoft.azure.documentdb.User.User(JSONObject)
|
||
|
- fullName: com.microsoft.azure.documentdb.User.User(String jsonString)
|
||
|
name: User(String jsonString)
|
||
|
nameWithType: User.User(String jsonString)
|
||
|
parameters:
|
||
|
- description: <p>the json string that represents the database user. </p>
|
||
|
name: jsonString
|
||
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Initialize a user object from json string.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: public User(String jsonString)
|
||
|
uid: com.microsoft.azure.documentdb.User.User(String)
|
||
|
inheritances:
|
||
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
||
|
- <xref href="Serializable" data-throw-if-not-resolved="False"/>
|
||
|
- <xref href="com.microsoft.azure.documentdb.JsonSerializable" data-throw-if-not-resolved="False"/>
|
||
|
- <xref href="com.microsoft.azure.documentdb.Resource?alt=com.microsoft.azure.documentdb.Resource&text=Resource" data-throw-if-not-resolved="False"/>
|
||
|
inheritedMembers:
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.get(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getBoolean(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getCollection(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getDouble(String)
|
||
|
- com.microsoft.azure.documentdb.Resource.getETag()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getHashMap()
|
||
|
- com.microsoft.azure.documentdb.Resource.getId()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getInt(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getLogger()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getLong(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getMapper()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getObject(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getObjectByPath(Collection<String>)
|
||
|
- com.microsoft.azure.documentdb.Resource.getResourceId()
|
||
|
- com.microsoft.azure.documentdb.Resource.getSelfLink()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.getString(String)
|
||
|
- com.microsoft.azure.documentdb.Resource.getTimestamp()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.has(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String,ObjectMapper)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(JSONObject)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.remove(String)
|
||
|
- com.microsoft.azure.documentdb.Resource.Resource()
|
||
|
- com.microsoft.azure.documentdb.Resource.Resource(String,ObjectMapper)
|
||
|
- com.microsoft.azure.documentdb.Resource.Resource(String)
|
||
|
- com.microsoft.azure.documentdb.Resource.Resource(JSONObject)
|
||
|
- com.microsoft.azure.documentdb.Resource.setId(String)
|
||
|
- com.microsoft.azure.documentdb.Resource.setResourceId(String)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.toJson()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.toJson(SerializationFormattingPolicy)
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.toString()
|
||
|
- com.microsoft.azure.documentdb.JsonSerializable.toString(int)
|
||
|
methods:
|
||
|
- fullName: com.microsoft.azure.documentdb.User.getPermissionsLink()
|
||
|
name: getPermissionsLink()
|
||
|
nameWithType: User.getPermissionsLink()
|
||
|
returns:
|
||
|
description: <p>the permissions link. </p>
|
||
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Gets the self-link of the permissions associated with the user.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: public String getPermissionsLink()
|
||
|
uid: com.microsoft.azure.documentdb.User.getPermissionsLink()
|
||
|
nameWithType: User
|
||
|
syntax: public class User extends Resource
|
||
|
type: class
|
||
|
uid: com.microsoft.azure.documentdb.User
|
||
|
fullName: com.microsoft.azure.documentdb.User
|
||
|
name: User
|
||
|
package: com.microsoft.azure.documentdb
|
||
|
summary: <p>Represents a database user in the Azure Cosmos DB database service. </p>
|
||
|
metadata: {}
|