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