Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 17, 2024
1 parent 25b1e3a commit bdc36ac
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks whether a search index of Customers exists for a Project. If an index exists, a <code>200 OK</code> is returned; otherwise, a <code>409 Conflict</code>.</p>
* <p>Checks whether a search index of Customers exists for a Project. Returns a <code>200 OK</code> if an index exists; otherwise, returns a <code>409 Conflict</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>A SearchNotReady error is returned if the indexing is in progress or the feature is deactivated. If deactivated, you can reactivate it.</p>
* <p>If the initial indexing is in progress or the feature is inactive, a SearchNotReady error is returned. If inactive, you can reactivate it.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>A SearchNotReady error is returned if the indexing is in progress or the feature is deactivated. If deactivated, you can reactivate it.</p>
* <p>If the initial indexing is in progress or the feature is inactive, a SearchNotReady error is returned. If inactive, you can reactivate it.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>If the indexing is in progress or the feature is inactive, an ObjectNotFound error is returned. If inactive, you can reactivate it.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>If the indexing is in progress or the feature is inactive, an ObjectNotFound error is returned. If inactive, you can reactivate it.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import jakarta.validation.constraints.NotNull;

/**
* <p>Returned when the requested resource was not found.</p>
* <p>Returned if the requested resource was not found or the Product Search index is inactive.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Returned when the requested resource was not found.</p>
* <p>Returned if the requested resource was not found or the Product Search index is inactive.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class GraphQLObjectNotFoundErrorImpl implements GraphQLObjectNotFoundError, ModelBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import jakarta.validation.constraints.NotNull;

/**
* <p>Returned when the requested resource was not found.</p>
* <p>Returned if the requested resource was not found or the Product Search index is inactive.</p>
*
* <hr>
* Example to create an instance using the builder pattern
Expand Down Expand Up @@ -45,15 +45,17 @@ public interface ObjectNotFoundError extends ErrorObject {
public String getCode();

/**
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code></p>
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code> or</p>
* <p><code>"No index found for project"</code></p>
* @return message
*/
@NotNull
@JsonProperty("message")
public String getMessage();

/**
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code></p>
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code> or</p>
* <p><code>"No index found for project"</code></p>
* @param message value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public class ObjectNotFoundErrorBuilder implements Builder<ObjectNotFoundError>
private Map<String, java.lang.Object> values = new HashMap<>();

/**
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code></p>
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code> or</p>
* <p><code>"No index found for project"</code></p>
* @param message value to be set
* @return Builder
*/
Expand Down Expand Up @@ -63,7 +64,8 @@ public ObjectNotFoundErrorBuilder addValue(final String key, final java.lang.Obj
}

/**
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code></p>
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code> or</p>
* <p><code>"No index found for project"</code></p>
* @return message
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Returned when the requested resource was not found.</p>
* <p>Returned if the requested resource was not found or the Product Search index is inactive.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ObjectNotFoundErrorImpl implements ObjectNotFoundError, ModelBase {
Expand Down Expand Up @@ -56,7 +56,8 @@ public String getCode() {
}

/**
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code></p>
* <p><code>"A $resourceType with identifier $id was unexpectedly not found."</code> or</p>
* <p><code>"No index found for project"</code></p>
*/

public String getMessage() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
9c2f053d7f45e95984760f59a344e9630d90d843
f4f3c42381257c319000e05bd5b61074d18b0a5f
9066fb1012d20a92037e102e18a6295bdbcb82e3
4025ec42d633ae6b77320e24f6244d9dce608e6e

0 comments on commit bdc36ac

Please sign in to comment.