Class FindMappingsRequest.Builder
Object
Builder
- Enclosing class:
FindMappingsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.externalEntityId(String externalEntityId) externalSystemId(String externalSystemId) limit(int limit) mappedResourceType(FindMappingsRequest.MappedResourceType mappedResourceType) offset(int offset) syncAction(SyncAction syncAction) toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useFindMappingsRequest.builder()Clone method for this Builder. -
offset
- Returns:
this.
-
limit
- Returns:
this.
-
externalSystemId
- Returns:
this.
-
externalEntityId
- Returns:
this.
-
mappedResourceType
public FindMappingsRequest.Builder mappedResourceType(FindMappingsRequest.MappedResourceType mappedResourceType) - Returns:
this.
-
syncAction
- Returns:
this.
-
build
-
toString
-