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