Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Meta |
build() |
Meta.Builder |
copy(Meta model) |
Meta.Builder |
created(String created)
The DateTime the Resource was added to the Service Provider
|
Meta.Builder |
lastModified(String lastModified)
The most recent DateTime that the details of this Resource were updated at the Service
Provider.
|
Meta.Builder |
location(String location)
The URI of the Resource being returned.
|
Meta.Builder |
resourceType(String resourceType)
Name of the resource type of the resource–for example, Users or Groups
|
Meta.Builder |
version(String version)
The version of the Resource being returned.
|
public Meta.Builder resourceType(String resourceType)
Name of the resource type of the resource–for example, Users or Groups
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
resourceType
- the value to setpublic Meta.Builder created(String created)
The DateTime the Resource was added to the Service Provider
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none
created
- the value to setpublic Meta.Builder lastModified(String lastModified)
The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none
lastModified
- the value to setpublic Meta.Builder location(String location)
The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
location
- the value to setpublic Meta.Builder version(String version)
The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
version
- the value to setpublic Meta build()
public Meta.Builder copy(Meta model)
Copyright © 2016–2024. All rights reserved.