Index
All Classes|All Packages
A
- ACTIVE - Enum constant in enum class com.cord.types.Status
- address(Status) - Method in class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
B
- build() - Method in class com.cord.types.ClientAuthTokenData.ClientAuthTokenDataBuilder
- build() - Method in class com.cord.types.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
- build() - Method in class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
C
- ClientAuthTokenData - Class in com.cord.types
-
Variables used for the information needed in the authentication token data The required variables are "user_id" and "organization_id".
- ClientAuthTokenData.ClientAuthTokenDataBuilder - Class in com.cord.types
- ClientAuthTokenDataBuilder(String, String) - Constructor for class com.cord.types.ClientAuthTokenData.ClientAuthTokenDataBuilder
- com.cord.server - package com.cord.server
- com.cord.types - package com.cord.types
- Cord - Class in com.cord.server
- Cord() - Constructor for class com.cord.server.Cord
D
F
- first_name(String) - Method in class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
G
- getClientAuthToken(String, String, ClientAuthTokenData) - Static method in class com.cord.server.Cord
-
This method should be used to sign a JWT token and send it to the frontend part of the application, which will use the said token to authenticate the web components.
- getEmail() - Method in class com.cord.types.PlatformUserVariables
- getFirst_name() - Method in class com.cord.types.PlatformUserVariables
- getLast_name() - Method in class com.cord.types.PlatformUserVariables
- getMembers() - Method in class com.cord.types.PlatformOrganizationVariables
- getName() - Method in class com.cord.types.PlatformOrganizationVariables
- getName() - Method in class com.cord.types.PlatformUserVariables
- getOrganization_details() - Method in class com.cord.types.ClientAuthTokenData
- getOrganization_id() - Method in class com.cord.types.ClientAuthTokenData
- getProfile_picture_url() - Method in class com.cord.types.PlatformUserVariables
- getServerAuthToken(String, String) - Static method in class com.cord.server.Cord
-
This method should be used to sign a JWT token which is required to authenticate for the Cord REST APIs.
- getStatus() - Method in class com.cord.types.PlatformOrganizationVariables
- getStatus() - Method in class com.cord.types.PlatformUserVariables
- getUser_details() - Method in class com.cord.types.ClientAuthTokenData
- getUser_id() - Method in class com.cord.types.ClientAuthTokenData
L
- last_name(String) - Method in class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
M
- members(List<String>) - Method in class com.cord.types.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
N
- name(String) - Method in class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
O
- organization_details - Variable in class com.cord.types.ClientAuthTokenData
- organization_details(PlatformOrganizationVariables) - Method in class com.cord.types.ClientAuthTokenData.ClientAuthTokenDataBuilder
- organization_id - Variable in class com.cord.types.ClientAuthTokenData
P
- phone(String) - Method in class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
- PlatformOrganizationVariables - Class in com.cord.types
-
Variables used to describe a platform organization The only required variable is "name".
- PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder - Class in com.cord.types
- PlatformOrganizationVariablesBuilder(String) - Constructor for class com.cord.types.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
- PlatformUserVariables - Class in com.cord.types
-
Variables used to describe a platform user The only required variable is "email".
- PlatformUserVariables.PlatformUserVariablesBuilder - Class in com.cord.types
- PlatformUserVariablesBuilder(String) - Constructor for class com.cord.types.PlatformUserVariables.PlatformUserVariablesBuilder
S
- s - Variable in enum class com.cord.types.Status
- status(Status) - Method in class com.cord.types.PlatformOrganizationVariables.PlatformOrganizationVariablesBuilder
- Status - Enum Class in com.cord.types
-
Marks the status of a user or an organization.
U
- user_details - Variable in class com.cord.types.ClientAuthTokenData
- user_details(PlatformUserVariables) - Method in class com.cord.types.ClientAuthTokenData.ClientAuthTokenDataBuilder
- user_id - Variable in class com.cord.types.ClientAuthTokenData
V
- valueOf(String) - Static method in enum class com.cord.types.Status
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.cord.types.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes|All Packages