Class ChangeMappingRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- ChangeMappingRequest
public static final class ChangeMappingRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ChangeMappingRequest
build()
ChangeMappingRequest.Builder
but()
Deprecated.This method will be removed in the future.ChangeMappingRequest.Builder
description(String description)
The description of the mapped resource.ChangeMappingRequest.Builder
externalEntityId(String externalEntityId)
The external ID of the mapped resource.ChangeMappingRequest.Builder
externalEntityUrl(String externalEntityUrl)
The external URL of the mapped resource.ChangeMappingRequest.Builder
externalSystemId(String externalSystemId)
The ID of the external system that the mapped resource belongs to.ChangeMappingRequest.Builder
id(@NotNull UUID id)
Required. The ID of the mapping to be changed.ChangeMappingRequest.Builder
lastSyncDate(Long lastSyncDate)
The timestamp (in UTC time standard) of the last synchronization of mapped resource.ChangeMappingRequest.Builder
mappedResourceId(UUID mappedResourceId)
The ID of the mapped resource.ChangeMappingRequest.Builder
syncAction(SyncAction syncAction)
The type of the action performed during last successful synchronization.String
toString()
-
-
-
Method Detail
-
but
@Deprecated public ChangeMappingRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useChangeMappingRequest.builder()
Clone method for this Builder.
-
id
public ChangeMappingRequest.Builder id(@NotNull @NotNull UUID id)
Required. The ID of the mapping to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
externalSystemId
public ChangeMappingRequest.Builder externalSystemId(String externalSystemId)
The ID of the external system that the mapped resource belongs to.- Returns:
this
.
-
externalEntityId
public ChangeMappingRequest.Builder externalEntityId(String externalEntityId)
The external ID of the mapped resource.- Returns:
this
.
-
externalEntityUrl
public ChangeMappingRequest.Builder externalEntityUrl(String externalEntityUrl)
The external URL of the mapped resource.- Returns:
this
.
-
description
public ChangeMappingRequest.Builder description(String description)
The description of the mapped resource.- Returns:
this
.
-
mappedResourceId
public ChangeMappingRequest.Builder mappedResourceId(UUID mappedResourceId)
The ID of the mapped resource.- Returns:
this
.
-
lastSyncDate
public ChangeMappingRequest.Builder lastSyncDate(Long lastSyncDate)
The timestamp (in UTC time standard) of the last synchronization of mapped resource.- Returns:
this
.
-
syncAction
public ChangeMappingRequest.Builder syncAction(SyncAction syncAction)
The type of the action performed during last successful synchronization.- Returns:
this
.
-
build
public ChangeMappingRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-