Class GetMappingByExternalEntityRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- GetMappingByExternalEntityRequest
public static final class GetMappingByExternalEntityRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GetMappingByExternalEntityRequest
build()
GetMappingByExternalEntityRequest.Builder
but()
Deprecated.This method will be removed in the future.GetMappingByExternalEntityRequest.Builder
externalEntityId(@NotNull String externalEntityId)
The external ID of the mapped resource.GetMappingByExternalEntityRequest.Builder
externalSystemId(@NotNull String externalSystemId)
The ID of the external system that the mapped resource belongs to.String
toString()
-
-
-
Method Detail
-
but
@Deprecated public GetMappingByExternalEntityRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useGetMappingByExternalEntityRequest.builder()
Clone method for this Builder.
-
externalSystemId
public GetMappingByExternalEntityRequest.Builder externalSystemId(@NotNull @NotNull String externalSystemId)
The ID of the external system that the mapped resource belongs to.- Returns:
this
.
-
externalEntityId
public GetMappingByExternalEntityRequest.Builder externalEntityId(@NotNull @NotNull String externalEntityId)
The external ID of the mapped resource.- Returns:
this
.
-
build
public GetMappingByExternalEntityRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-