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