Class Meta.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.Meta.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Metabuild()Meta.Buildercopy(Meta model)Meta.Buildercreated(String created)The DateTime the Resource was added to the Service ProviderMeta.BuilderlastModified(String lastModified)The most recent DateTime that the details of this Resource were updated at the Service Provider.Meta.Builderlocation(String location)The URI of the Resource being returned.Meta.BuilderresourceType(String resourceType)Name of the resource type of the resource–for example, Users or GroupsMeta.Builderversion(String version)The version of the Resource being returned.
 
- 
- 
- 
Method Detail- 
resourceTypepublic 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 - Parameters:
- resourceType- the value to set
- Returns:
- this builder
 
 - 
createdpublic 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 - Parameters:
- created- the value to set
- Returns:
- this builder
 
 - 
lastModifiedpublic 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 - Parameters:
- lastModified- the value to set
- Returns:
- this builder
 
 - 
locationpublic 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 - Parameters:
- location- the value to set
- Returns:
- this builder
 
 - 
versionpublic 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 - Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
buildpublic Meta build() 
 - 
copypublic Meta.Builder copy(Meta model) 
 
- 
 
-