Class PatchOp.Builder

  • Enclosing class:
    PatchOp

    public static class PatchOp.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • schemas

        public PatchOp.Builder schemas​(List<String> schemas)
        The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation.

        Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.

        Parameters:
        schemas - the value to set
        Returns:
        this builder
      • operations

        public PatchOp.Builder operations​(List<Operations> operations)
        The body of an HTTP PATCH request MUST contain the attribute “Operations”, whose value is an array of one or more patch operations.
        Parameters:
        operations - the value to set
        Returns:
        this builder