Interface UserProfilePatch.OpStage
-
- All Known Implementing Classes:
UserProfilePatch.Builder
- Enclosing class:
- UserProfilePatch
public static interface UserProfilePatch.OpStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserProfilePatch.Builderfrom(UserProfilePatch other)UserProfilePatch.PathStageop(java.lang.String op)
-
-
-
Method Detail
-
op
UserProfilePatch.PathStage op(java.lang.String op)
-
from
UserProfilePatch.Builder from(UserProfilePatch other)
-
-