-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbae36e
commit 1547147
Showing
11 changed files
with
119 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
affinda-api-client/src/main/java/com/affinda/api/client/models/Enum19.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package com.affinda.api.client.models; | ||
|
||
import com.azure.core.util.ExpandableStringEnum; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import java.util.Collection; | ||
|
||
/** Defines values for Enum19. */ | ||
public final class Enum19 extends ExpandableStringEnum<Enum19> { | ||
/** Static value resumes for Enum19. */ | ||
public static final Enum19 RESUMES = fromString("resumes"); | ||
|
||
/** Static value job_descriptions for Enum19. */ | ||
public static final Enum19 JOB_DESCRIPTIONS = fromString("job_descriptions"); | ||
|
||
/** | ||
* Creates or finds a Enum19 from its string representation. | ||
* | ||
* @param name a name to look for. | ||
* @return the corresponding Enum19. | ||
*/ | ||
@JsonCreator | ||
public static Enum19 fromString(String name) { | ||
return fromString(name, Enum19.class); | ||
} | ||
|
||
/** @return known Enum19 values. */ | ||
public static Collection<Enum19> values() { | ||
return values(Enum19.class); | ||
} | ||
} |
30 changes: 0 additions & 30 deletions
30
affinda-api-client/src/main/java/com/affinda/api/client/models/Enum20.java
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
affinda-api-client/src/main/java/com/affinda/api/client/models/Enum22.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package com.affinda.api.client.models; | ||
|
||
import com.azure.core.util.ExpandableStringEnum; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import java.util.Collection; | ||
|
||
/** Defines values for Enum22. */ | ||
public final class Enum22 extends ExpandableStringEnum<Enum22> { | ||
/** Static value resumes for Enum22. */ | ||
public static final Enum22 RESUMES = fromString("resumes"); | ||
|
||
/** Static value job_descriptions for Enum22. */ | ||
public static final Enum22 JOB_DESCRIPTIONS = fromString("job_descriptions"); | ||
|
||
/** | ||
* Creates or finds a Enum22 from its string representation. | ||
* | ||
* @param name a name to look for. | ||
* @return the corresponding Enum22. | ||
*/ | ||
@JsonCreator | ||
public static Enum22 fromString(String name) { | ||
return fromString(name, Enum22.class); | ||
} | ||
|
||
/** @return known Enum22 values. */ | ||
public static Collection<Enum22> values() { | ||
return values(Enum22.class); | ||
} | ||
} |
30 changes: 0 additions & 30 deletions
30
affinda-api-client/src/main/java/com/affinda/api/client/models/Enum23.java
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
affinda-api-client/src/main/java/com/affinda/api/client/models/Get8ItemsItem.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters